The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RubyGateway with Swift 5.9 for visionOS using Xcode 15.2 at main.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme RubyGateway-Package -destination generic/platform=xros

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/RubyGateway.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/johnfairh/RubyGateway
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0cdd51c Release 6.0.0-pre1
Submodule path 'CRuby': checked out '6cdfc7db30f8fc7a27199a1b6b829e42e67bb5c7'
Submodule 'CRuby' (https://github.com/johnfairh/CRuby.git) registered for path 'CRuby'
Cloning into '/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/CRuby'...
Cloned https://github.com/johnfairh/RubyGateway.git
Revision (git rev-parse @):
0cdd51c17eb40969e588d990618f321ae7352eef
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             5.9
Building package at path:  $workDir
https://github.com/johnfairh/RubyGateway.git
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
objc[15445]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x112fe40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1140100e0). One of the two will be used. Which one is undefined.
{
  "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/3/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"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RubyGateway",
    "schemes" : [
      "RubyGateway-Package"
    ],
    "targets" : [
      "RubyGatewayTests",
      "RubyGateway",
      "RubyGatewayHelpers"
    ]
  }
}
objc[15481]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10da380e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10da600e0). One of the two will be used. Which one is undefined.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme RubyGateway-Package -destination generic/platform=xros
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme RubyGateway-Package -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
objc[15524]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10f1a40e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10ffd80e0). One of the two will be used. Which one is undefined.
2024-04-23 12:28:44.898 xcodebuild[15524:3595836] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-23-04_12-28-0044.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xros }
	Available destinations for the "RubyGateway-Package" scheme:
		{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E }
		{ platform:macOS, arch:x86_64, id:00008103-0008793E26D2001E }
		{ platform:macOS, name:Any Mac }
Command line invocation:
    /Applications/Xcode-15.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData build -scheme RubyGateway-Package -destination generic/platform=xros
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData
    IDEPackageSupportUseBuiltinSCM = YES
objc[15593]: Class XROS1_1SimRuntime is implemented in both /Library/Developer/CoreSimulator/Volumes/xrOS_21O209/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x10cb240e0) and /Library/Developer/CoreSimulator/Volumes/xrOS_21O5181e/Library/Developer/CoreSimulator/Profiles/Runtimes/xrOS 1.1.simruntime/Contents/MacOS/xrOS 1.1 (0x1123280e0). One of the two will be used. Which one is undefined.
2024-04-23 12:28:46.789 xcodebuild[15593:3596095] Writing error result bundle to /var/folders/4f/vmvvw7xn07sg3fzsc7v7mmx40000gp/T/ResultBundle_2024-23-04_12-28-0046.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
		{ generic:1, platform:xros }
	Available destinations for the "RubyGateway-Package" scheme:
		{ platform:macOS, arch:arm64, id:00008103-0008793E26D2001E }
		{ platform:macOS, arch:x86_64, id:00008103-0008793E26D2001E }
		{ platform:macOS, name:Any Mac }
BUILD FAILURE 5.9 visionOS