Build Information
Failed to build RubyGateway with Swift 6.0 for iOS using Xcode 16.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
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 7f360a6 Update CI for Xcode 16.3 / Swift 6.1 (#61)
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 @):
7f360a6e125663443e964486d2b376acfb712fd1
SUCCESS checkout https://github.com/johnfairh/RubyGateway.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/johnfairh/RubyGateway.git
Command line invocation:
/Applications/Xcode-16.2.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportUseBuiltinSCM = YES
resolved source packages:
{
"dependencies" : [
{
"identity" : "cruby",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/johnfairh/CRuby"
}
],
"manifest_display_name" : "RubyGateway",
"name" : "RubyGateway",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RubyGateway",
"targets" : [
"RubyGateway",
"RubyGatewayHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RubyThreadSample",
"targets" : [
"RubyThreadSample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RubyThreadSample",
"module_type" : "SwiftTarget",
"name" : "RubyThreadSample",
"path" : "Sources/RubyThreadSample",
"product_memberships" : [
"RubyThreadSample"
],
"sources" : [
"RubyExecutor.swift",
"main.swift"
],
"target_dependencies" : [
"RubyGateway"
],
"type" : "executable"
},
{
"c99name" : "RubyGatewayTests",
"module_type" : "SwiftTarget",
"name" : "RubyGatewayTests",
"path" : "Tests/RubyGatewayTests",
"sources" : [
"Helpers.swift",
"TestArrays.swift",
"TestCallable.swift",
"TestClassDef.swift",
"TestCollection.swift",
"TestComplex.swift",
"TestConstants.swift",
"TestDemo.swift",
"TestDictionaries.swift",
"TestDynamic.swift",
"TestErrors.swift",
"TestFailable.swift",
"TestGlobalVars.swift",
"TestMethods.swift",
"TestMiscObjTypes.swift",
"TestNumerics.swift",
"TestObjMethods.swift",
"TestOperators.swift",
"TestProcs.swift",
"TestRanges.swift",
"TestRational.swift",
"TestRbObject.swift",
"TestSets.swift",
"TestStrings.swift",
"TestThreads.swift",
"TestVM.swift",
"TestVars.swift"
],
"target_dependencies" : [
"RubyGateway"
],
"type" : "test"
},
{
"c99name" : "RubyGatewayHelpers",
"module_type" : "ClangTarget",
"name" : "RubyGatewayHelpers",
"path" : "Sources/RubyGatewayHelpers",
"product_dependencies" : [
"CRuby"
],
"product_memberships" : [
"RubyGateway",
"RubyThreadSample"
],
"sources" : [
"rbg_macros.m",
"rbg_protect.m",
"rbg_value.m"
],
"type" : "library"
},
{
"c99name" : "RubyGateway",
"module_type" : "SwiftTarget",
"name" : "RubyGateway",
"path" : "Sources/RubyGateway",
"product_dependencies" : [
"CRuby"
],
"product_memberships" : [
"RubyGateway",
"RubyThreadSample"
],
"sources" : [
"CRubyMacros.swift",
"Lock.swift",
"RbBlockCall.swift",
"RbClass.swift",
"RbComplex.swift",
"RbConversions.swift",
"RbError.swift",
"RbFailableAccess.swift",
"RbGateway.swift",
"RbGlobalVar.swift",
"RbMethod.swift",
"RbNumericConversions.swift",
"RbObject.swift",
"RbObjectAccess.swift",
"RbObjectCollection.swift",
"RbOperators.swift",
"RbProc.swift",
"RbRational.swift",
"RbSymbol.swift",
"RbThread.swift",
"RbVM.swift",
"String+RubyGateway.swift"
],
"target_dependencies" : [
"RubyGatewayHelpers"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "RubyGateway",
"schemes" : [
"RubyGateway-Package"
],
"targets" : [
"RubyGatewayTests",
"RubyGateway",
"RubyGatewayHelpers"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RubyGateway-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-16.2.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 generic/platform=iOS
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
2025-04-29 10:37:18.533 xcodebuild[614:3449] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_10-37-0018.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:iOS }
Available destinations for the "RubyGateway-Package" scheme:
{ platform:macOS, arch:arm64, id:42d0992b42995b68f8ce3646f6da7c0d98e1966d, name:My Mac }
{ platform:macOS, arch:x86_64, id:42d0992b42995b68f8ce3646f6da7c0d98e1966d, name:My Mac }
{ platform:macOS, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable