Build Information
Failed to build RomanNumeralKit with Swift 6.1 for visionOS using Xcode 16.3.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kylehughes/RomanNumeralKit.git
Reference: mainline
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kylehughes/RomanNumeralKit
* branch mainline -> FETCH_HEAD
* [new branch] mainline -> origin/mainline
HEAD is now at 8a5bd84 Remove framework Twitter account from top of README
Cloned https://github.com/kylehughes/RomanNumeralKit.git
Revision (git rev-parse @):
8a5bd84f5d70e73df81a00b04a13558bb8f43904
SUCCESS checkout https://github.com/kylehughes/RomanNumeralKit.git at mainline
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/kylehughes/RomanNumeralKit.git
https://github.com/kylehughes/RomanNumeralKit.git
{
"dependencies" : [
],
"manifest_display_name" : "RomanNumeralKit",
"name" : "RomanNumeralKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "RomanNumeralKit",
"targets" : [
"RomanNumeralKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RomanNumeralKitTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKitTests",
"path" : "Tests/RomanNumeralKitTests",
"sources" : [
"Extensions/Foundation/CalendarTests+RomanNumeral.swift",
"Extensions/Foundation/DateComponentsTests+RomanNumeral.swift",
"Extensions/Foundation/IntTests+RomanNumeral.swift",
"Extensions/Foundation/StringTests+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralTests.swift",
"Numeric System/RomanNumeralArithmeticErrorTests.swift",
"Numeric System/RomanNumeralErrorTests.swift",
"Numeric System/RomanNumeralSymbolErrorTests.swift",
"Numeric System/RomanNumeralSymbolTests.swift",
"Numeric System/RomanNumeralTallyMarkGroupTests.swift",
"Numeric System/Subtractive Notation/RomanNumeralTests.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolTests.swift"
],
"target_dependencies" : [
"RomanNumeralKit"
],
"type" : "test"
},
{
"c99name" : "RomanNumeralKit",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKit",
"path" : "Sources/RomanNumeralKit",
"product_memberships" : [
"RomanNumeralKit"
],
"sources" : [
"Extensions/Foundation/Calendar+RomanNumeral.swift",
"Extensions/Foundation/DateComponents+RomanNumeral.swift",
"Extensions/Foundation/Int+RomanNumeral.swift",
"Extensions/Foundation/Sequence+Sorting.swift",
"Extensions/Foundation/String+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolCondenser.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralArithmeticError.swift",
"Numeric System/RomanNumeralError.swift",
"Numeric System/RomanNumeralProtocol.swift",
"Numeric System/RomanNumeralSymbol.swift",
"Numeric System/RomanNumeralSymbolConvertible.swift",
"Numeric System/RomanNumeralSymbolError.swift",
"Numeric System/RomanNumeralSymbolProtocol.swift",
"Numeric System/RomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralTallyMark.swift",
"Numeric System/RomanNumeralTallyMarkGroup.swift",
"Numeric System/RomanNumerals.swift",
"Numeric System/Subtractive Notation/RomanNumeral.swift",
"Numeric System/Subtractive Notation/RomanNumeralConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolsConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "RomanNumeralKit",
"name" : "RomanNumeralKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "RomanNumeralKit",
"targets" : [
"RomanNumeralKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RomanNumeralKitTests",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKitTests",
"path" : "Tests/RomanNumeralKitTests",
"sources" : [
"Extensions/Foundation/CalendarTests+RomanNumeral.swift",
"Extensions/Foundation/DateComponentsTests+RomanNumeral.swift",
"Extensions/Foundation/IntTests+RomanNumeral.swift",
"Extensions/Foundation/StringTests+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralTests.swift",
"Numeric System/RomanNumeralArithmeticErrorTests.swift",
"Numeric System/RomanNumeralErrorTests.swift",
"Numeric System/RomanNumeralSymbolErrorTests.swift",
"Numeric System/RomanNumeralSymbolTests.swift",
"Numeric System/RomanNumeralTallyMarkGroupTests.swift",
"Numeric System/Subtractive Notation/RomanNumeralTests.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolTests.swift"
],
"target_dependencies" : [
"RomanNumeralKit"
],
"type" : "test"
},
{
"c99name" : "RomanNumeralKit",
"module_type" : "SwiftTarget",
"name" : "RomanNumeralKit",
"path" : "Sources/RomanNumeralKit",
"product_memberships" : [
"RomanNumeralKit"
],
"sources" : [
"Extensions/Foundation/Calendar+RomanNumeral.swift",
"Extensions/Foundation/DateComponents+RomanNumeral.swift",
"Extensions/Foundation/Int+RomanNumeral.swift",
"Extensions/Foundation/Sequence+Sorting.swift",
"Extensions/Foundation/String+RomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeral.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolCondenser.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Additive Notation/AdditiveRomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralArithmeticError.swift",
"Numeric System/RomanNumeralError.swift",
"Numeric System/RomanNumeralProtocol.swift",
"Numeric System/RomanNumeralSymbol.swift",
"Numeric System/RomanNumeralSymbolConvertible.swift",
"Numeric System/RomanNumeralSymbolError.swift",
"Numeric System/RomanNumeralSymbolProtocol.swift",
"Numeric System/RomanNumeralSymbolsConvertible.swift",
"Numeric System/RomanNumeralTallyMark.swift",
"Numeric System/RomanNumeralTallyMarkGroup.swift",
"Numeric System/RomanNumerals.swift",
"Numeric System/Subtractive Notation/RomanNumeral.swift",
"Numeric System/Subtractive Notation/RomanNumeralConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbol.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolConvertible.swift",
"Numeric System/Subtractive Notation/SubtractiveRomanNumeralSymbolsConvertible.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "RomanNumeralKit",
"schemes" : [
"RomanNumeralKit"
],
"targets" : [
"RomanNumeralKit",
"RomanNumeralKitTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RomanNumeralKit -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.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 RomanNumeralKit -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
2025-04-26 06:09:03.122 xcodebuild[572:3220] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-26-04_06-09-0003.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "RomanNumeralKit" scheme:
{ platform:macOS, arch:arm64, id:fb17100c7f6a9ce174e8bda960b39cd0c86c014e, name:My Mac }
{ platform:macOS, arch:x86_64, id:fb17100c7f6a9ce174e8bda960b39cd0c86c014e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:fb17100c7f6a9ce174e8bda960b39cd0c86c014e, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:fb17100c7f6a9ce174e8bda960b39cd0c86c014e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:fb17100c7f6a9ce174e8bda960b39cd0c86c014e, name:My Mac }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:macOS, name:Any Mac }
{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
{ platform:tvOS, id:dvtdevice-DVTiOSDevicePlaceholder-appletvos:placeholder, name:Any tvOS Device }
{ platform:tvOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-appletvsimulator:placeholder, name:Any tvOS Simulator Device }
{ platform:watchOS, id:dvtdevice-DVTiOSDevicePlaceholder-watchos:placeholder, name:Any watchOS Device }
{ platform:watchOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-watchsimulator:placeholder, name:Any watchOS Simulator Device }
INFRASTRUCTURE ERROR (status: destinationUnavailable