Build Information
Failed to build SwiftInspector, reference main (450c62
), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 04:39:18 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftInspector-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fdiaz/SwiftInspector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fdiaz/SwiftInspector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 450c62a Update README.md (#137)
Cloned https://github.com/fdiaz/SwiftInspector.git
Revision (git rev-parse @):
450c62a742b318f9b45643de37e8ef29a6c840f1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fdiaz/SwiftInspector.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/fdiaz/SwiftInspector.git
https://github.com/fdiaz/SwiftInspector.git
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50600.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.1",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "SwiftInspector",
"name" : "SwiftInspector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swiftinspector",
"targets" : [
"SwiftInspector"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInspectorAnalyzers",
"targets" : [
"SwiftInspectorAnalyzers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorVisitors",
"targets" : [
"SwiftInspectorVisitors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorTestHelpers",
"targets" : [
"SwiftInspectorTestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib_InternalSwiftSyntaxParser",
"module_type" : "BinaryTarget",
"name" : "lib_InternalSwiftSyntaxParser",
"path" : "remote/archive/lib_InternalSwiftSyntaxParser.xcframework.zip",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftInspectorVisitorsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitorsTests",
"path" : "Sources/SwiftInspectorVisitors/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AssociatedtypeVisitorSpec.swift",
"ExtensionVisitorSpec.swift",
"FileVisitorSpec.swift",
"FunctionDeclarationVisitorSpec.swift",
"GenericRequirementVisitorSpec.swift",
"ImportVisitorSpec.swift",
"NestableTypeVisitorSpec.swift",
"PropertyInfoSpec.swift",
"PropertyVisitorSpec.swift",
"ProtocolVisitorSpec.swift",
"TypeDescriptionSpec.swift",
"TypeInheritanceVisitorSpec.swift",
"TypealiasVisitorSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorVisitors",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitors",
"path" : "Sources/SwiftInspectorVisitors",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers",
"SwiftInspectorVisitors"
],
"sources" : [
"AssertionFailure.swift",
"AssociatedtypeVisitor.swift",
"DeclarationModifierVisitor.swift",
"ExtensionVisitor.swift",
"FileVisitor.swift",
"FunctionDeclarationVisitor.swift",
"GenericParameterVisitor.swift",
"GenericRequirementVisitor.swift",
"ImportVisitor.swift",
"Modifiers.swift",
"NestableDeclSyntax.swift",
"NestableTypeInfo.swift",
"NestableTypeVisitor.swift",
"ParsingTracker.swift",
"PropertyInfo.swift",
"PropertyVisitor.swift",
"ProtocolVisitor.swift",
"TypeDescription.swift",
"TypeInheritanceVisitor.swift",
"TypealiasVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorTestHelpersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpersTests",
"path" : "Sources/SwiftInspectorTestHelpers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"TemporarySpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorTestHelpers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpers",
"path" : "Sources/SwiftInspectorTestHelpers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"SwiftInspectorTestHelpers"
],
"sources" : [
"SyntaxVisitor+WalkContent.swift",
"Temporary.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommandsTests",
"path" : "Sources/SwiftInspectorCommands/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ImportCommandSpec.swift",
"InitializerCommandSpec.swift",
"StaticUsageCommandSpec.swift",
"TestTask.swift",
"TypeConformanceCommandSpec.swift",
"TypeLocationCommandSpec.swift",
"TypealiasCommandSpec.swift",
"TypesCommandSpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorCommands",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommands",
"path" : "Sources/SwiftInspectorCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"ImportsCommand.swift",
"InitializerCommand.swift",
"InspectorCommand.swift",
"InspectorError.swift",
"StaticUsageCommand.swift",
"TypeConformanceCommand.swift",
"TypeLocationCommand.swift",
"TypealiasCommand.swift",
"TypesCommand.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorAnalyzersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzersTests",
"path" : "Sources/SwiftInspectorAnalyzers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"FileManagerSpec.swift",
"InitializerAnalyzerSpec.swift",
"StandardAnalyzerSpec.swift",
"StaticUsageAnalyzerSpec.swift",
"TypeConformanceAnalyzerSpec.swift",
"TypeLocationAnalyzerSpec.swift",
"TypealiasAnalyzerSpec.swift",
"TypesAnalyzerSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorAnalyzers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzers",
"path" : "Sources/SwiftInspectorAnalyzers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers"
],
"sources" : [
"Analyzer.swift",
"CachedSyntaxTree.swift",
"FileManager+SwiftFiles.swift",
"ImportsAnalyzer.swift",
"InitializerAnalyzer.swift",
"StandardAnalyzer.swift",
"StaticUsageAnalyzer.swift",
"TypeConformanceAnalyzer.swift",
"TypeLocationAnalyzer.swift",
"TypealiasAnalyzer.swift",
"TypesAnalyzer.swift"
],
"target_dependencies" : [
"SwiftInspectorVisitors"
],
"type" : "library"
},
{
"c99name" : "SwiftInspector",
"module_type" : "SwiftTarget",
"name" : "SwiftInspector",
"path" : "Sources/SwiftInspector",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"lib_InternalSwiftSyntaxParser"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/Quick/Quick.git
Fetching from https://github.com/Quick/Nimble.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/apple/swift-argument-parser (cached)
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘Nimble’
Checking out 9.2.1 of package ‘Nimble’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘Quick’
Checking out 4.0.0 of package ‘Quick’
Creating working copy of package ‘swift-syntax’
Checking out 0.50600.1 of package ‘swift-syntax’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
SwiftInspector: /Users/admin/builder/spi-builder-workspace
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
Quick: https://github.com/Quick/Quick.git @ 4.0.0
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: SwiftInspector, Nimble, Quick, SwiftSyntax, CwlPreconditionTesting, CwlCatchException, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50600.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.1",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "SwiftInspector",
"name" : "SwiftInspector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swiftinspector",
"targets" : [
"SwiftInspector"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInspectorAnalyzers",
"targets" : [
"SwiftInspectorAnalyzers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorVisitors",
"targets" : [
"SwiftInspectorVisitors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorTestHelpers",
"targets" : [
"SwiftInspectorTestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib_InternalSwiftSyntaxParser",
"module_type" : "BinaryTarget",
"name" : "lib_InternalSwiftSyntaxParser",
"path" : "remote/archive/lib_InternalSwiftSyntaxParser.xcframework.zip",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftInspectorVisitorsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitorsTests",
"path" : "Sources/SwiftInspectorVisitors/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AssociatedtypeVisitorSpec.swift",
"ExtensionVisitorSpec.swift",
"FileVisitorSpec.swift",
"FunctionDeclarationVisitorSpec.swift",
"GenericRequirementVisitorSpec.swift",
"ImportVisitorSpec.swift",
"NestableTypeVisitorSpec.swift",
"PropertyInfoSpec.swift",
"PropertyVisitorSpec.swift",
"ProtocolVisitorSpec.swift",
"TypeDescriptionSpec.swift",
"TypeInheritanceVisitorSpec.swift",
"TypealiasVisitorSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorVisitors",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitors",
"path" : "Sources/SwiftInspectorVisitors",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers",
"SwiftInspectorVisitors"
],
"sources" : [
"AssertionFailure.swift",
"AssociatedtypeVisitor.swift",
"DeclarationModifierVisitor.swift",
"ExtensionVisitor.swift",
"FileVisitor.swift",
"FunctionDeclarationVisitor.swift",
"GenericParameterVisitor.swift",
"GenericRequirementVisitor.swift",
"ImportVisitor.swift",
"Modifiers.swift",
"NestableDeclSyntax.swift",
"NestableTypeInfo.swift",
"NestableTypeVisitor.swift",
"ParsingTracker.swift",
"PropertyInfo.swift",
"PropertyVisitor.swift",
"ProtocolVisitor.swift",
"TypeDescription.swift",
"TypeInheritanceVisitor.swift",
"TypealiasVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorTestHelpersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpersTests",
"path" : "Sources/SwiftInspectorTestHelpers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"TemporarySpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorTestHelpers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpers",
"path" : "Sources/SwiftInspectorTestHelpers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"SwiftInspectorTestHelpers"
],
"sources" : [
"SyntaxVisitor+WalkContent.swift",
"Temporary.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommandsTests",
"path" : "Sources/SwiftInspectorCommands/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ImportCommandSpec.swift",
"InitializerCommandSpec.swift",
"StaticUsageCommandSpec.swift",
"TestTask.swift",
"TypeConformanceCommandSpec.swift",
"TypeLocationCommandSpec.swift",
"TypealiasCommandSpec.swift",
"TypesCommandSpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorCommands",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommands",
"path" : "Sources/SwiftInspectorCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"ImportsCommand.swift",
"InitializerCommand.swift",
"InspectorCommand.swift",
"InspectorError.swift",
"StaticUsageCommand.swift",
"TypeConformanceCommand.swift",
"TypeLocationCommand.swift",
"TypealiasCommand.swift",
"TypesCommand.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorAnalyzersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzersTests",
"path" : "Sources/SwiftInspectorAnalyzers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"FileManagerSpec.swift",
"InitializerAnalyzerSpec.swift",
"StandardAnalyzerSpec.swift",
"StaticUsageAnalyzerSpec.swift",
"TypeConformanceAnalyzerSpec.swift",
"TypeLocationAnalyzerSpec.swift",
"TypealiasAnalyzerSpec.swift",
"TypesAnalyzerSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorAnalyzers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzers",
"path" : "Sources/SwiftInspectorAnalyzers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers"
],
"sources" : [
"Analyzer.swift",
"CachedSyntaxTree.swift",
"FileManager+SwiftFiles.swift",
"ImportsAnalyzer.swift",
"InitializerAnalyzer.swift",
"StandardAnalyzer.swift",
"StaticUsageAnalyzer.swift",
"TypeConformanceAnalyzer.swift",
"TypeLocationAnalyzer.swift",
"TypealiasAnalyzer.swift",
"TypesAnalyzer.swift"
],
"target_dependencies" : [
"SwiftInspectorVisitors"
],
"type" : "library"
},
{
"c99name" : "SwiftInspector",
"module_type" : "SwiftTarget",
"name" : "SwiftInspector",
"path" : "Sources/SwiftInspector",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"lib_InternalSwiftSyntaxParser"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swiftinspector",
"SwiftInspector-Package",
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swiftinspector",
"SwiftInspector-Package",
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftInspector-Package -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 SwiftInspector-Package -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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftInspector: /Users/admin/builder/spi-builder-workspace
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
Quick: https://github.com/Quick/Quick.git @ 4.0.0
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'swiftinspector' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorCommands' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'SwiftInspectorCommands' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
Target '_CSwiftSyntax' in project 'SwiftSyntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 69859878e0afd72d3e0d2a1ff5d6220b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/69859878e0afd72d3e0d2a1ff5d6220b.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/lib_InternalSwiftSyntaxParser/lib_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/lib_InternalSwiftSyntaxParser/lib_InternalSwiftSyntaxParser.xcframework'. (in target 'swiftinspector' from project 'SwiftInspector')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftInspector-Package
(1 failure)
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Quick: https://github.com/Quick/Quick.git @ 4.0.0
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
SwiftInspector: /Users/admin/builder/spi-builder-workspace
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
resolved source packages: Quick, Nimble, CwlCatchException, SwiftSyntax, CwlPreconditionTesting, SwiftInspector, swift-argument-parser
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swift-syntax",
"requirement" : {
"exact" : [
"0.50600.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.1",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
}
],
"manifest_display_name" : "SwiftInspector",
"name" : "SwiftInspector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "swiftinspector",
"targets" : [
"SwiftInspector"
],
"type" : {
"executable" : null
}
},
{
"name" : "SwiftInspectorAnalyzers",
"targets" : [
"SwiftInspectorAnalyzers"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorVisitors",
"targets" : [
"SwiftInspectorVisitors"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SwiftInspectorTestHelpers",
"targets" : [
"SwiftInspectorTestHelpers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "lib_InternalSwiftSyntaxParser",
"module_type" : "BinaryTarget",
"name" : "lib_InternalSwiftSyntaxParser",
"path" : "remote/archive/lib_InternalSwiftSyntaxParser.xcframework.zip",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
],
"type" : "binary"
},
{
"c99name" : "SwiftInspectorVisitorsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitorsTests",
"path" : "Sources/SwiftInspectorVisitors/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"AssociatedtypeVisitorSpec.swift",
"ExtensionVisitorSpec.swift",
"FileVisitorSpec.swift",
"FunctionDeclarationVisitorSpec.swift",
"GenericRequirementVisitorSpec.swift",
"ImportVisitorSpec.swift",
"NestableTypeVisitorSpec.swift",
"PropertyInfoSpec.swift",
"PropertyVisitorSpec.swift",
"ProtocolVisitorSpec.swift",
"TypeDescriptionSpec.swift",
"TypeInheritanceVisitorSpec.swift",
"TypealiasVisitorSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorVisitors",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorVisitors",
"path" : "Sources/SwiftInspectorVisitors",
"product_dependencies" : [
"SwiftSyntax"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers",
"SwiftInspectorVisitors"
],
"sources" : [
"AssertionFailure.swift",
"AssociatedtypeVisitor.swift",
"DeclarationModifierVisitor.swift",
"ExtensionVisitor.swift",
"FileVisitor.swift",
"FunctionDeclarationVisitor.swift",
"GenericParameterVisitor.swift",
"GenericRequirementVisitor.swift",
"ImportVisitor.swift",
"Modifiers.swift",
"NestableDeclSyntax.swift",
"NestableTypeInfo.swift",
"NestableTypeVisitor.swift",
"ParsingTracker.swift",
"PropertyInfo.swift",
"PropertyVisitor.swift",
"ProtocolVisitor.swift",
"TypeDescription.swift",
"TypeInheritanceVisitor.swift",
"TypealiasVisitor.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorTestHelpersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpersTests",
"path" : "Sources/SwiftInspectorTestHelpers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"TemporarySpec.swift"
],
"target_dependencies" : [
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorTestHelpers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorTestHelpers",
"path" : "Sources/SwiftInspectorTestHelpers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"SwiftInspectorTestHelpers"
],
"sources" : [
"SyntaxVisitor+WalkContent.swift",
"Temporary.swift"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorCommandsTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommandsTests",
"path" : "Sources/SwiftInspectorCommands/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"ImportCommandSpec.swift",
"InitializerCommandSpec.swift",
"StaticUsageCommandSpec.swift",
"TestTask.swift",
"TypeConformanceCommandSpec.swift",
"TypeLocationCommandSpec.swift",
"TypealiasCommandSpec.swift",
"TypesCommandSpec.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"SwiftInspectorTestHelpers"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorCommands",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorCommands",
"path" : "Sources/SwiftInspectorCommands",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"ImportsCommand.swift",
"InitializerCommand.swift",
"InspectorCommand.swift",
"InspectorError.swift",
"StaticUsageCommand.swift",
"TypeConformanceCommand.swift",
"TypeLocationCommand.swift",
"TypealiasCommand.swift",
"TypesCommand.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers"
],
"type" : "library"
},
{
"c99name" : "SwiftInspectorAnalyzersTests",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzersTests",
"path" : "Sources/SwiftInspectorAnalyzers/Tests",
"product_dependencies" : [
"Nimble",
"Quick"
],
"sources" : [
"FileManagerSpec.swift",
"InitializerAnalyzerSpec.swift",
"StandardAnalyzerSpec.swift",
"StaticUsageAnalyzerSpec.swift",
"TypeConformanceAnalyzerSpec.swift",
"TypeLocationAnalyzerSpec.swift",
"TypealiasAnalyzerSpec.swift",
"TypesAnalyzerSpec.swift"
],
"target_dependencies" : [
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
],
"type" : "test"
},
{
"c99name" : "SwiftInspectorAnalyzers",
"module_type" : "SwiftTarget",
"name" : "SwiftInspectorAnalyzers",
"path" : "Sources/SwiftInspectorAnalyzers",
"product_dependencies" : [
"SwiftSyntax",
"SwiftSyntaxParser"
],
"product_memberships" : [
"swiftinspector",
"SwiftInspectorAnalyzers"
],
"sources" : [
"Analyzer.swift",
"CachedSyntaxTree.swift",
"FileManager+SwiftFiles.swift",
"ImportsAnalyzer.swift",
"InitializerAnalyzer.swift",
"StandardAnalyzer.swift",
"StaticUsageAnalyzer.swift",
"TypeConformanceAnalyzer.swift",
"TypeLocationAnalyzer.swift",
"TypealiasAnalyzer.swift",
"TypesAnalyzer.swift"
],
"target_dependencies" : [
"SwiftInspectorVisitors"
],
"type" : "library"
},
{
"c99name" : "SwiftInspector",
"module_type" : "SwiftTarget",
"name" : "SwiftInspector",
"path" : "Sources/SwiftInspector",
"product_memberships" : [
"swiftinspector"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SwiftInspectorCommands",
"lib_InternalSwiftSyntaxParser"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swiftinspector",
"SwiftInspector-Package",
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"swiftinspector",
"SwiftInspector-Package",
"SwiftInspectorAnalyzers",
"SwiftInspectorTestHelpers",
"SwiftInspectorVisitors"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftInspector-Package -destination generic/platform=xrOS
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 SwiftInspector-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
SwiftSyntax: https://github.com/apple/swift-syntax.git @ 0.50600.1
SwiftInspector: /Users/admin/builder/spi-builder-workspace
CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
Quick: https://github.com/Quick/Quick.git @ 4.0.0
Nimble: https://github.com/Quick/Nimble.git @ 9.2.1
CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.5.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (16 targets)
Target 'swiftinspector' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorCommands' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'SwiftInspectorCommands' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParser' in project 'swift-argument-parser'
➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
Target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorTestHelpers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftInspectorAnalyzers' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntaxParser' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftInspectorVisitors' in project 'SwiftInspector'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
Target 'SwiftSyntax' in project 'SwiftSyntax'
➜ Explicit dependency on target '_CSwiftSyntax' in project 'SwiftSyntax'
Target '_CSwiftSyntax' in project 'SwiftSyntax' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 24c14ec7eb670e048f1d1311e27a9b5e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/24c14ec7eb670e048f1d1311e27a9b5e.xcbuilddata
/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/lib_InternalSwiftSyntaxParser/lib_InternalSwiftSyntaxParser.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/spi-builder-workspace/lib_InternalSwiftSyntaxParser/lib_InternalSwiftSyntaxParser.xcframework'. (in target 'swiftinspector' from project 'SwiftInspector')
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme SwiftInspector-Package
(1 failure)
BUILD FAILURE 6.1 visionOS