Build Information
Successful build of swiftui-property-inspector, reference main (65a046), with Swift 6.1 for iOS using Xcode 16.3 on 8 Nov 2025 15:41:42 UTC.
Swift 6 data race errors: 0
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-inspector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-property-inspector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 65a0469 update workflows
Cloned https://github.com/ipedro/swiftui-property-inspector.git
Revision (git rev-parse @):
65a046999a5ce14a5d02b38b8e0a01491308f0d6
SUCCESS checkout https://github.com/ipedro/swiftui-property-inspector.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ipedro/swiftui-property-inspector.git
https://github.com/ipedro/swiftui-property-inspector.git
{
"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"
}
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/SimplyDanny/SwiftLintPlugins
Fetching from https://github.com/nicklockwood/SwiftFormat
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.62.2 of package ‘SwiftLintPlugins’
Creating working copy of package ‘SwiftFormat’
Checking out 0.58.5 of package ‘SwiftFormat’
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
resolved source packages: swiftui-property-inspector, SwiftFormat, 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"
]
}
}
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=iOS 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=iOS "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:
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
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:0x126925fb0 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: e20f32b6f211ff94aaad3efb33a7e715
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e20f32b6f211ff94aaad3efb33a7e715.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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
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/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/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
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-iphoneos
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-iphoneos
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-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/PropertyInspector.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap
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/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/PropertyInspector.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-iphoneos/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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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\ 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')
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\ 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
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')
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')
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\ 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
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\ 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\ 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\ 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\ 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\ 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
SwiftDriverJobDiscovery normal arm64 Emitting module for PropertyInspector (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriver\ Compilation\ Requirements 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-Swift-Compilation-Requirements -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorHighlightBehavior.swift, PropertyLocation.swift, PropertyType.swift, PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftdoc (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorRow.swift, PropertyInspectorRows.swift, PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.abi.json (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftsourceinfo (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspector.swift, PropertyInspectorStyle.swift, InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriver PropertyInspector-Examples normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector-Examples' 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_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.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-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HighlightAnimationTester.swift, EnvironmentKeys.swift, PreferenceKeys.swift, Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling ListPropertyInspector.swift, SheetPropertyInspector.swift, PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling RowViewBuilder.swift, RowViewBuilderRegistry.swift, PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling View+ConditionalFeatures.swift, Context.Data.swift, Context.Filter.swift, HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyWriter.swift, PropertyInspectorFilters.swift, PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling HashableDictionary.swift, Property.swift, PropertyCache.swift, PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift, PreferenceWriter.swift, PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftEmitModule normal arm64 Emitting\ module\ for\ PropertyInspector_Examples (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
EmitSwiftModule normal arm64 (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Examples.swift /Users/admin/builder/spi-builder-workspace/Examples/Examples.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Examples/Examples.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HighlightBehaviorExample.swift /Users/admin/builder/spi-builder-workspace/Examples/HighlightBehaviorExample.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Examples/HighlightBehaviorExample.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriver\ Compilation 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-Swift-Compilation -- /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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/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-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o normal (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o
ExtractAppIntentsMetadata (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PropertyInspector --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PropertyInspector --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-08 07:41:41.232 appintentsmetadataprocessor[962:5811] Starting appintentsmetadataprocessor export
2025-11-08 07:41:41.279 appintentsmetadataprocessor[962:5811] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o
SwiftDriverJobDiscovery normal arm64 Emitting module for PropertyInspector_Examples (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftDriver\ Compilation\ Requirements PropertyInspector-Examples normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.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-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector-Examples-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector-Examples-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftdoc (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.abi.json (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftsourceinfo (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 -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Examples.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling HighlightBehaviorExample.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftDriver\ Compilation PropertyInspector-Examples normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.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-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.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-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o normal (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o
ExtractAppIntentsMetadata (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PropertyInspector_Examples --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PropertyInspector-Examples --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-08 07:41:41.828 appintentsmetadataprocessor[968:5838] Starting appintentsmetadataprocessor export
2025-11-08 07:41:41.862 appintentsmetadataprocessor[968:5838] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o
** BUILD SUCCEEDED **
2025-11-08 07:41:31.994 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.995 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.996 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.997 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, 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:31.998 xcodebuild[870:5105] 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: 0x6000010141c0>
Method: -addMessage:
Thread: <NSThread: 0x6000021891c0>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
Build complete.
{
"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"
}
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: [
Done.