Build Information
Failed to build UIKitViews with Swift 6.0 for visionOS using Xcode 16.2.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/UIKitViews.git
Reference: 1.8.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/UIKitViews
* tag 1.8.1 -> FETCH_HEAD
HEAD is now at f00d60b 1.8.1
Cloned https://github.com/dankinsoid/UIKitViews.git
Revision (git rev-parse @):
f00d60b876b2abf122928e1b293c0ee7d1b7c703
SUCCESS checkout https://github.com/dankinsoid/UIKitViews.git at 1.8.1
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.0
Building package at path: $PWD
https://github.com/dankinsoid/UIKitViews.git
{
"dependencies" : [
{
"identity" : "vdchain",
"requirement" : {
"range" : [
{
"lower_bound" : "3.6.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dankinsoid/VDChain.git"
}
],
"manifest_display_name" : "UIKitViews",
"name" : "UIKitViews",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIKitViews",
"targets" : [
"UIKitViews"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIKitViews",
"module_type" : "SwiftTarget",
"name" : "UIKitViews",
"path" : "Sources/UIKitViews",
"product_dependencies" : [
"VDChain"
],
"product_memberships" : [
"UIKitViews"
],
"sources" : [
"AnyUIRepresentableWrapper.swift",
"AnyUIViewControllerRepresentable.swift",
"AnyUIViewRepresentable.swift",
"HostingView.swift",
"Operator.swift",
"SelfSizingHostingController.swift",
"UIKitRepresentable.swift",
"UIKitView+Chain.swift",
"UIKitView+init.swift",
"UIKitView.swift",
"UIKitViewControllerWrapper.swift",
"UIKitViewEnvironment.swift",
"UIKitViewResizing.swift",
"UIKitViewWrapper.swift",
"UIView++.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Command line invocation:
/Applications/Xcode-16.1.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" : "vdchain",
"requirement" : {
"range" : [
{
"lower_bound" : "3.6.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dankinsoid/VDChain.git"
}
],
"manifest_display_name" : "UIKitViews",
"name" : "UIKitViews",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "UIKitViews",
"targets" : [
"UIKitViews"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UIKitViews",
"module_type" : "SwiftTarget",
"name" : "UIKitViews",
"path" : "Sources/UIKitViews",
"product_dependencies" : [
"VDChain"
],
"product_memberships" : [
"UIKitViews"
],
"sources" : [
"AnyUIRepresentableWrapper.swift",
"AnyUIViewControllerRepresentable.swift",
"AnyUIViewRepresentable.swift",
"HostingView.swift",
"Operator.swift",
"SelfSizingHostingController.swift",
"UIKitRepresentable.swift",
"UIKitView+Chain.swift",
"UIKitView+init.swift",
"UIKitView.swift",
"UIKitViewControllerWrapper.swift",
"UIKitViewEnvironment.swift",
"UIKitViewResizing.swift",
"UIKitViewWrapper.swift",
"UIView++.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "UIKitViews",
"schemes" : [
"Develop"
],
"targets" : [
"Develop"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Develop -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.1.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 Develop -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"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportUseBuiltinSCM = YES
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
2024-12-01 19:09:05.228 xcodebuild[580:3315] Writing error result bundle to /var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/ResultBundle_2024-01-12_19-09-0005.xcresult
xcodebuild: error: Unable to find a destination matching the provided destination specifier:
{ generic:1, platform:xrOS }
Available destinations for the "Develop" scheme:
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:0000FE00-8C151E3703BE51BE, 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 }
INFRASTRUCTURE ERROR (status: destinationUnavailable