Build Information
Failed to build swiftui-property-inspector, reference main (65a046), with Swift 6.1 for visionOS using Xcode 16.3 on 8 Nov 2025 15:41:25 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-property-inspector-Package -destination generic/platform=xrOSBuild Log
"Styles/SheetPropertyInspector.swift",
"ToggleStyles/PropertyToggleStyle.swift",
"ViewModifiers/Context.swift",
"ViewModifiers/PreferenceWriter.swift",
"ViewModifiers/PropertyHiglighter.swift",
"ViewModifiers/PropertyWriter.swift",
"Views/PropertyInspectorFilters.swift",
"Views/PropertyInspectorHeader.swift",
"Views/PropertyInspectorRow.swift",
"Views/PropertyInspectorRows.swift",
"Views/PropertyLocationView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
warning: 'spi-builder-workspace': /Users/admin/builder/spi-builder-workspace/Package@swift-6.swift:67:15: warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
65 | }
66 |
67 | let package = Package(
| |- warning: 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageVersions:cLanguageStandard:cxxLanguageStandard:)' is deprecated: replaced by 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)'
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
68 | name: "swiftui-property-inspector",
69 | platforms: [
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/nicklockwood/SwiftFormat
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Creating working copy of package ‘SwiftFormat’
Checking out 0.58.5 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.62.2 of package ‘SwiftLintPlugins’
Resolve Package Graph
Resolved source packages:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
resolved source packages: SwiftFormat, swiftui-property-inspector, SwiftLintPlugins
{
"dependencies" : [
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.55.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "swiftui-property-inspector",
"name" : "swiftui-property-inspector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "PropertyInspector",
"targets" : [
"PropertyInspector"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyInspector-Examples",
"targets" : [
"PropertyInspector-Examples"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PropertyInspectorTests",
"module_type" : "SwiftTarget",
"name" : "PropertyInspectorTests",
"path" : "Tests",
"sources" : [
"ContextDataTests.swift",
"Fix1_DebouncingBenchmarks.swift",
"Fix1_DebouncingTests.swift",
"Fix2_PropertyCachingBenchmarks.swift",
"Fix2_PropertyCachingTests.swift",
"RowViewBuilderRegistryTests.swift"
],
"target_dependencies" : [
"PropertyInspector"
],
"type" : "test"
},
{
"c99name" : "PropertyInspector_Examples",
"module_type" : "SwiftTarget",
"name" : "PropertyInspector-Examples",
"path" : "Examples",
"product_memberships" : [
"PropertyInspector-Examples"
],
"sources" : [
"Examples.swift",
"HighlightBehaviorExample.swift"
],
"target_dependencies" : [
"PropertyInspector"
],
"type" : "library"
},
{
"c99name" : "PropertyInspector",
"module_type" : "SwiftTarget",
"name" : "PropertyInspector",
"path" : "Development",
"product_dependencies" : [
"SwiftLintBuildToolPlugin"
],
"product_memberships" : [
"PropertyInspector",
"PropertyInspector-Examples"
],
"sources" : [
"DebugPreviews/HighlightAnimationTester.swift",
"Environment/EnvironmentKeys.swift",
"Environment/PreferenceKeys.swift",
"Extensions/Animation+Constants.swift",
"Extensions/View+ConditionalFeatures.swift",
"Models/Context.Data.swift",
"Models/Context.Filter.swift",
"Models/HashableBox.swift",
"Models/HashableDictionary.swift",
"Models/Property.swift",
"Models/PropertyCache.swift",
"Models/PropertyID.swift",
"Models/PropertyInspectorHighlightBehavior.swift",
"Models/PropertyLocation.swift",
"Models/PropertyType.swift",
"Models/PropertyValue.swift",
"Models/RowViewBuilder.swift",
"Models/RowViewBuilderRegistry.swift",
"PropertyInspector+View.swift",
"PropertyInspector.swift",
"Protocols/PropertyInspectorStyle.swift",
"Styles/InlinePropertyInspector.swift",
"Styles/ListPropertyInspector.swift",
"Styles/SheetPropertyInspector.swift",
"ToggleStyles/PropertyToggleStyle.swift",
"ViewModifiers/Context.swift",
"ViewModifiers/PreferenceWriter.swift",
"ViewModifiers/PropertyHiglighter.swift",
"ViewModifiers/PropertyWriter.swift",
"Views/PropertyInspectorFilters.swift",
"Views/PropertyInspectorHeader.swift",
"Views/PropertyInspectorRow.swift",
"Views/PropertyInspectorRows.swift",
"Views/PropertyLocationView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Examples",
"PropertyInspector",
"PropertyInspector-Examples",
"swiftui-property-inspector-Package"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Examples",
"PropertyInspector",
"PropertyInspector-Examples",
"swiftui-property-inspector-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-property-inspector-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 swiftui-property-inspector-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 2f060263ddad0a5f3c173ccddd3be6be70fdfcaa3a298fce68f66520e955f041
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “PropertyInspector” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/PropertyInspector/SwiftLintBuildToolPlugin\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/macos/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/PropertyInspector/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift
/Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift:46:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:27:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:76:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:80:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:84:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:169:13: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:31:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:35:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:37:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:39:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:41:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:43:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:48:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:50:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:55:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:59:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:65:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:67:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:77:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:81:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:90:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:97:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:102:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:113:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:115:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:129:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:131:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:138:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:143:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:155:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:166:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:168:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:180:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:192:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:203:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:217:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:231:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:243:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:250:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:268:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:274:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:284:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:289:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:293:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:301:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:308:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:316:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:366:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:371:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:381:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:20:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:26:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:49:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:58:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:62:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:65:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:72:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:74:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:78:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:83:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:85:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:94:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:99:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:19:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:24:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:27:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:31:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:35:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:51:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x12b806f80 path:'/Users/admin/builder/spi-builder-workspace'>
target: PropertyInspector
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
Target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
Target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
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
Build description signature: b86ebf3b754b50645d48a27ab2b166a3
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b86ebf3b754b50645d48a27ab2b166a3.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.modulemap (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.modulemap (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftConstValuesFileList (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.LinkFileList (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-OutputFileMap.json (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver PropertyInspector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DVERBOSE -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HashableDictionary.swift,\ Property.swift,\ PropertyCache.swift,\ PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspectorHighlightBehavior.swift,\ PropertyLocation.swift,\ PropertyType.swift,\ PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RowViewBuilder.swift,\ RowViewBuilderRegistry.swift,\ PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspector.swift,\ PropertyInspectorStyle.swift,\ InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Context.swift,\ PreferenceWriter.swift,\ PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListPropertyInspector.swift,\ SheetPropertyInspector.swift,\ PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyInspector (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -D VERBOSE -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PropertyInspector -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.abi.json
EmitSwiftModule normal arm64 (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:21:28: error: 'UISelectionFeedbackGenerator' is unavailable in visionOS
private let feedback = UISelectionFeedbackGenerator()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h:15:12: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@interface UISelectionFeedbackGenerator : UIFeedbackGenerator
^
SwiftCompile normal arm64 Compiling\ PropertyWriter.swift,\ PropertyInspectorFilters.swift,\ PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspectorRow.swift,\ PropertyInspectorRows.swift,\ PropertyLocationView.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HighlightAnimationTester.swift,\ EnvironmentKeys.swift,\ PreferenceKeys.swift,\ Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+ConditionalFeatures.swift,\ Context.Data.swift,\ Context.Filter.swift,\ HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Command SwiftCompile failed with a nonzero exit code
2025-11-08 07:41:05.644 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.645 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.646 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.647 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.648 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.648 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:05.648 xcodebuild[886:5414] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600003ea1dc0>
Method: -addMessage:
Thread: <NSThread: 0x600000f73680>{number = 101, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyInspector (in target 'PropertyInspector' from project 'swiftui-property-inspector')
EmitSwiftModule normal arm64 (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 Compiling\ View+ConditionalFeatures.swift,\ Context.Data.swift,\ Context.Filter.swift,\ HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Building workspace spi-builder-workspace with scheme swiftui-property-inspector-Package
(4 failures)
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:
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftLintPlugins, SwiftFormat, swiftui-property-inspector
{
"dependencies" : [
{
"identity" : "swiftlintplugins",
"requirement" : {
"range" : [
{
"lower_bound" : "0.55.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SimplyDanny/SwiftLintPlugins"
},
{
"identity" : "swiftformat",
"requirement" : {
"range" : [
{
"lower_bound" : "0.54.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "swiftui-property-inspector",
"name" : "swiftui-property-inspector",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "PropertyInspector",
"targets" : [
"PropertyInspector"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PropertyInspector-Examples",
"targets" : [
"PropertyInspector-Examples"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PropertyInspectorTests",
"module_type" : "SwiftTarget",
"name" : "PropertyInspectorTests",
"path" : "Tests",
"sources" : [
"ContextDataTests.swift",
"Fix1_DebouncingBenchmarks.swift",
"Fix1_DebouncingTests.swift",
"Fix2_PropertyCachingBenchmarks.swift",
"Fix2_PropertyCachingTests.swift",
"RowViewBuilderRegistryTests.swift"
],
"target_dependencies" : [
"PropertyInspector"
],
"type" : "test"
},
{
"c99name" : "PropertyInspector_Examples",
"module_type" : "SwiftTarget",
"name" : "PropertyInspector-Examples",
"path" : "Examples",
"product_memberships" : [
"PropertyInspector-Examples"
],
"sources" : [
"Examples.swift",
"HighlightBehaviorExample.swift"
],
"target_dependencies" : [
"PropertyInspector"
],
"type" : "library"
},
{
"c99name" : "PropertyInspector",
"module_type" : "SwiftTarget",
"name" : "PropertyInspector",
"path" : "Development",
"product_dependencies" : [
"SwiftLintBuildToolPlugin"
],
"product_memberships" : [
"PropertyInspector",
"PropertyInspector-Examples"
],
"sources" : [
"DebugPreviews/HighlightAnimationTester.swift",
"Environment/EnvironmentKeys.swift",
"Environment/PreferenceKeys.swift",
"Extensions/Animation+Constants.swift",
"Extensions/View+ConditionalFeatures.swift",
"Models/Context.Data.swift",
"Models/Context.Filter.swift",
"Models/HashableBox.swift",
"Models/HashableDictionary.swift",
"Models/Property.swift",
"Models/PropertyCache.swift",
"Models/PropertyID.swift",
"Models/PropertyInspectorHighlightBehavior.swift",
"Models/PropertyLocation.swift",
"Models/PropertyType.swift",
"Models/PropertyValue.swift",
"Models/RowViewBuilder.swift",
"Models/RowViewBuilderRegistry.swift",
"PropertyInspector+View.swift",
"PropertyInspector.swift",
"Protocols/PropertyInspectorStyle.swift",
"Styles/InlinePropertyInspector.swift",
"Styles/ListPropertyInspector.swift",
"Styles/SheetPropertyInspector.swift",
"ToggleStyles/PropertyToggleStyle.swift",
"ViewModifiers/Context.swift",
"ViewModifiers/PreferenceWriter.swift",
"ViewModifiers/PropertyHiglighter.swift",
"ViewModifiers/PropertyWriter.swift",
"Views/PropertyInspectorFilters.swift",
"Views/PropertyInspectorHeader.swift",
"Views/PropertyInspectorRow.swift",
"Views/PropertyInspectorRows.swift",
"Views/PropertyLocationView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Examples",
"PropertyInspector",
"PropertyInspector-Examples",
"swiftui-property-inspector-Package"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Examples",
"PropertyInspector",
"PropertyInspector-Examples",
"swiftui-property-inspector-Package"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-property-inspector-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 swiftui-property-inspector-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc
[debug]: Plugin compilation output directory '/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables'
[debug]: Computed hash of plugin compilation inputs: 2f060263ddad0a5f3c173ccddd3be6be70fdfcaa3a298fce68f66520e955f041
Apply build tool plug-in “SwiftLintBuildToolPlugin” to target “PropertyInspector” in package “spi-builder-workspace”
/usr/bin/sandbox-exec -p "(version 1)
(deny default)
(import \"system.sb\")
(allow file-read*)
(allow process*)
(allow mach-lookup (global-name \"com.apple.lsd.mapdb\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T\")
)
(deny file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace\")
)
(allow file-write*
(subpath \"/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/PropertyInspector/SwiftLintBuildToolPlugin\")
(subpath \"/private/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryItems\")
)
" /Users/admin/builder/spi-builder-workspace/.dependencies/artifacts/swiftlintplugins/SwiftLintBinary/SwiftLintBinary.artifactbundle/macos/swiftlint lint --quiet --force-exclude --cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BuildToolPluginIntermediates/spi-builder-workspace.output/PropertyInspector/SwiftLintBuildToolPlugin/Cache /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift
/Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift:46:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:27:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:76:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:80:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift:84:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:169:13: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:31:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:35:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:37:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:39:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:41:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:43:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:48:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:50:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:55:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:59:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:65:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:67:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:77:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:81:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:90:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:97:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:102:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:113:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:115:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:129:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:131:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:138:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:143:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:155:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:166:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:168:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:180:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:192:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:203:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:217:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:231:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:243:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:250:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:268:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:274:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:284:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:289:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:293:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:301:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:308:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:316:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:366:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:371:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:381:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:20:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:26:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:49:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:58:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:62:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:65:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:72:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:74:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:78:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:83:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:85:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:94:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift:99:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:19:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:24:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:27:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:31:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift:35:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift:51:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0x132a81d10 path:'/Users/admin/builder/spi-builder-workspace'>
target: PropertyInspector
prebuildCommandOutputPaths: []
buildCommands: []
allDerivedOutputPaths: []
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
Target 'PropertyInspector-Examples' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
Target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'PropertyInspector' in project 'swiftui-property-inspector'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
➜ Explicit dependency on target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins'
Target 'SwiftLintBuildToolPlugin' in project 'SwiftLintPlugins' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
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
Build description signature: 3927b0726538e4f26a61c6de57f740a0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3927b0726538e4f26a61c6de57f740a0.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
SwiftDriver PropertyInspector normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ RowViewBuilder.swift,\ RowViewBuilderRegistry.swift,\ PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ ListPropertyInspector.swift,\ SheetPropertyInspector.swift,\ PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+ConditionalFeatures.swift,\ Context.Data.swift,\ Context.Filter.swift,\ HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HighlightAnimationTester.swift,\ EnvironmentKeys.swift,\ PreferenceKeys.swift,\ Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspector.swift,\ PropertyInspectorStyle.swift,\ InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspectorHighlightBehavior.swift,\ PropertyLocation.swift,\ PropertyType.swift,\ PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableDictionary.swift,\ Property.swift,\ PropertyCache.swift,\ PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyInspector (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilder.swift /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 6 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D VERBOSE -D Xcode -warn-concurrency -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -enable-upcoming-feature BareSlashRegexLiterals -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name PropertyInspector -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-xros/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.abi.json
EmitSwiftModule normal arm64 (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift:21:28: error: 'UISelectionFeedbackGenerator' is unavailable in visionOS
private let feedback = UISelectionFeedbackGenerator()
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UISelectionFeedbackGenerator.h:15:12: note: 'UISelectionFeedbackGenerator' has been explicitly marked unavailable here
@interface UISelectionFeedbackGenerator : UIFeedbackGenerator
^
SwiftCompile normal arm64 Compiling\ Context.swift,\ PreferenceWriter.swift,\ PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspectorRow.swift,\ PropertyInspectorRows.swift,\ PropertyLocationView.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRow.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorRows.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyWriter.swift,\ PropertyInspectorFilters.swift,\ PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Command SwiftCompile failed with a nonzero exit code
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.425 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.426 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.427 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 07:41:23.428 xcodebuild[1037:6198] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x600000930cb0>
Method: -addMessage:
Thread: <NSThread: 0x6000037ac340>{number = 3, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyInspector (in target 'PropertyInspector' from project 'swiftui-property-inspector')
EmitSwiftModule normal arm64 (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 Compiling\ PropertyWriter.swift,\ PropertyInspectorFilters.swift,\ PropertyInspectorHeader.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyWriter.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorFilters.swift /Users/admin/builder/spi-builder-workspace/Development/Views/PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Building workspace spi-builder-workspace with scheme swiftui-property-inspector-Package
(4 failures)
BUILD FAILURE 6.1 visionOS