The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RubyGateway with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/RubyGateway.git
Reference: v6.0.0-pre1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * tag               v6.0.0-pre1 -> FETCH_HEAD
HEAD is now at 782cee1 Move Xcode CRuby settings into xcconfig (#48)
Submodule path 'CRuby': checked out '6cdfc7db30f8fc7a27199a1b6b829e42e67bb5c7'
Submodule 'CRuby' (https://github.com/johnfairh/CRuby.git) registered for path 'CRuby'
Cloning into '/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/CRuby'...
Cloned https://github.com/johnfairh/RubyGateway.git
Revision (git rev-parse @):
782cee1222ffacc98c17fb0e3f8a49e21c612dc5
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at v6.0.0-pre1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/johnfairh/RubyGateway.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling RubyGatewayHelpers rbg_value.m
[1/3] Compiling RubyGatewayHelpers rbg_protect.m
[2/3] Compiling RubyGatewayHelpers rbg_macros.m
[4/24] Compiling RubyGateway RbGlobalVar.swift
[5/24] Compiling RubyGateway RbMethod.swift
[6/24] Compiling RubyGateway RbNumericConversions.swift
[7/24] Compiling RubyGateway RbOperators.swift
[8/24] Compiling RubyGateway RbProc.swift
[9/24] Compiling RubyGateway RbRational.swift
[10/26] Compiling RubyGateway RbVM.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:94:9: warning: reference to var 'rb_mKernel' is not concurrency-safe because it involves shared mutable state
        rb_mKernel != 0
        ^
CRuby.rb_mKernel:1:12: note: var declared here
public var rb_mKernel: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[11/26] Compiling RubyGateway String+RubyGateway.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:94:9: warning: reference to var 'rb_mKernel' is not concurrency-safe because it involves shared mutable state
        rb_mKernel != 0
        ^
CRuby.rb_mKernel:1:12: note: var declared here
public var rb_mKernel: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbVM.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[12/26] Compiling RubyGateway RbSymbol.swift
[13/26] Compiling RubyGateway RbThread.swift
[14/26] Compiling RubyGateway RbObject.swift
[15/26] Compiling RubyGateway RbObjectAccess.swift
[16/26] Compiling RubyGateway RbObjectCollection.swift
[17/26] Compiling RubyGateway CRubyMacros.swift
[18/26] Compiling RubyGateway Lock.swift
[19/26] Compiling RubyGateway RbBlockCall.swift
[20/26] Compiling RubyGateway RbClass.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:127:58: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let actualParent = parent ?? RbObject(rubyValue: rb_cObject)
                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:174:74: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let classObj = try defineClass(name, parent: RbObject(rubyValue: rb_cObject), under: under)
                                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[21/26] Compiling RubyGateway RbComplex.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:127:58: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let actualParent = parent ?? RbObject(rubyValue: rb_cObject)
                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:174:74: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let classObj = try defineClass(name, parent: RbObject(rubyValue: rb_cObject), under: under)
                                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[22/26] Compiling RubyGateway RbConversions.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:127:58: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let actualParent = parent ?? RbObject(rubyValue: rb_cObject)
                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:174:74: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        let classObj = try defineClass(name, parent: RbObject(rubyValue: rb_cObject), under: under)
                                                                         ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbClass.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[23/26] Compiling RubyGateway RbError.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:192:44: warning: reference to var 'rb_eRuntimeError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eRuntimeError, cstr, message.utf8.count))
                                           ^
CRuby.rb_eRuntimeError:1:12: note: var declared here
public var rb_eRuntimeError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:200:44: warning: reference to var 'rb_eArgError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eArgError, cstr, argMessage.utf8.count))
                                           ^
CRuby.rb_eArgError:1:12: note: var declared here
public var rb_eArgError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:66:32: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        super.init(getValue: { rb_cObject })
                               ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[24/26] Compiling RubyGateway RbFailableAccess.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:192:44: warning: reference to var 'rb_eRuntimeError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eRuntimeError, cstr, message.utf8.count))
                                           ^
CRuby.rb_eRuntimeError:1:12: note: var declared here
public var rb_eRuntimeError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:200:44: warning: reference to var 'rb_eArgError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eArgError, cstr, argMessage.utf8.count))
                                           ^
CRuby.rb_eArgError:1:12: note: var declared here
public var rb_eArgError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:66:32: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        super.init(getValue: { rb_cObject })
                               ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[25/26] Compiling RubyGateway RbGateway.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:192:44: warning: reference to var 'rb_eRuntimeError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eRuntimeError, cstr, message.utf8.count))
                                           ^
CRuby.rb_eRuntimeError:1:12: note: var declared here
public var rb_eRuntimeError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:200:44: warning: reference to var 'rb_eArgError' is not concurrency-safe because it involves shared mutable state
            RbObject(rubyValue: rb_exc_new(rb_eArgError, cstr, argMessage.utf8.count))
                                           ^
CRuby.rb_eArgError:1:12: note: var declared here
public var rb_eArgError: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbError.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:66:32: warning: reference to var 'rb_cObject' is not concurrency-safe because it involves shared mutable state
        super.init(getValue: { rb_cObject })
                               ^
CRuby.rb_cObject:1:12: note: var declared here
public var rb_cObject: VALUE
           ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/RubyGateway/RbGateway.swift:7:26: remark: '@preconcurrency' attribute on module 'CRuby' is unused
@preconcurrency internal import CRuby
~~~~~~~~~~~~~~~~         ^
[26/26] Emitting module RubyGateway
Build complete! (5.22s)
Fetching https://github.com/johnfairh/CRuby from cache
Fetched https://github.com/johnfairh/CRuby (0.23s)
Computing version for https://github.com/johnfairh/CRuby
Computed https://github.com/johnfairh/CRuby at 2.1.0 (0.44s)
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/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RubyGateway",
      "targets" : [
        "RubyGateway",
        "RubyGatewayHelpers"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "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"
      ],
      "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"
      ],
      "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" : "5.9"
}
Done.