Build Information
Failed to build FlexLayout with Swift 6.1 for visionOS using Xcode 16.3.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/layoutbox/flexlayout.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/layoutbox/flexlayout
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d5bec83 Update version
Cloned https://github.com/layoutbox/flexlayout.git
Revision (git rev-parse @):
d5bec8389cb70a37a37f3575d7502f144c807540
SUCCESS checkout https://github.com/layoutbox/flexlayout.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/layoutbox/flexlayout.git
https://github.com/layoutbox/flexlayout.git
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "yoga",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.1",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/facebook/yoga.git"
}
],
"manifest_display_name" : "FlexLayout",
"name" : "FlexLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FlexLayout",
"targets" : [
"FlexLayout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlexLayoutYogaKit",
"module_type" : "ClangTarget",
"name" : "FlexLayoutYogaKit",
"path" : "Sources/YogaKit",
"product_dependencies" : [
"yoga"
],
"product_memberships" : [
"FlexLayout"
],
"sources" : [
"UIView+Yoga.mm",
"YGLayout.mm"
],
"type" : "library"
},
{
"c99name" : "FlexLayoutTests",
"module_type" : "SwiftTarget",
"name" : "FlexLayoutTests",
"path" : "Tests/FlexLayoutTests",
"sources" : [
"FlexLayoutTests.swift",
"InsetTests.swift",
"JustifyContentTests.swift",
"MarginTests.swift",
"PaddingTests.swift",
"WidthSizeContentTests.swift"
],
"target_dependencies" : [
"FlexLayout"
],
"type" : "test"
},
{
"c99name" : "FlexLayout",
"module_type" : "SwiftTarget",
"name" : "FlexLayout",
"path" : "Sources/Swift",
"product_memberships" : [
"FlexLayout"
],
"sources" : [
"FlexLayout.swift",
"Impl/FlexLayout+Enum.swift",
"Impl/FlexLayout+Private.swift",
"Impl/UIView+FlexLayout.swift",
"Percent.swift",
"YGLayoutExtensions.swift"
],
"target_dependencies" : [
"FlexLayoutYogaKit"
],
"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:
{
"cxx_language_standard" : "c++20",
"dependencies" : [
{
"identity" : "yoga",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.1",
"upper_bound" : "3.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/facebook/yoga.git"
}
],
"manifest_display_name" : "FlexLayout",
"name" : "FlexLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
}
],
"products" : [
{
"name" : "FlexLayout",
"targets" : [
"FlexLayout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FlexLayoutYogaKit",
"module_type" : "ClangTarget",
"name" : "FlexLayoutYogaKit",
"path" : "Sources/YogaKit",
"product_dependencies" : [
"yoga"
],
"product_memberships" : [
"FlexLayout"
],
"sources" : [
"UIView+Yoga.mm",
"YGLayout.mm"
],
"type" : "library"
},
{
"c99name" : "FlexLayoutTests",
"module_type" : "SwiftTarget",
"name" : "FlexLayoutTests",
"path" : "Tests/FlexLayoutTests",
"sources" : [
"FlexLayoutTests.swift",
"InsetTests.swift",
"JustifyContentTests.swift",
"MarginTests.swift",
"PaddingTests.swift",
"WidthSizeContentTests.swift"
],
"target_dependencies" : [
"FlexLayout"
],
"type" : "test"
},
{
"c99name" : "FlexLayout",
"module_type" : "SwiftTarget",
"name" : "FlexLayout",
"path" : "Sources/Swift",
"product_memberships" : [
"FlexLayout"
],
"sources" : [
"FlexLayout.swift",
"Impl/FlexLayout+Enum.swift",
"Impl/FlexLayout+Private.swift",
"Impl/UIView+FlexLayout.swift",
"Percent.swift",
"YGLayoutExtensions.swift"
],
"target_dependencies" : [
"FlexLayoutYogaKit"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "FlexLayout",
"schemes" : [
"FlexLayoutInner"
],
"targets" : [
"FlexLayout",
"FlexLayoutTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme FlexLayoutInner -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 FlexLayoutInner -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-06-07 17:53:18.425 xcodebuild[577:3347] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-07-06_17-53-0018.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "FlexLayoutInner" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:4718868a6519992b0d78da7e53390bb46b4668ee, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:4718868a6519992b0d78da7e53390bb46b4668ee, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:4718868a6519992b0d78da7e53390bb46b4668ee, 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, variant:Mac Catalyst, name:Any Mac }
INFRASTRUCTURE ERROR (status: destinationUnavailable