Build Information
Successful build of swiftui-property-inspector, reference main (65a046), with Swift 6.3 for iOS using Xcode 26.4 on 15 Apr 2026 18:52:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-property-inspector-Package -destination generic/platform=iOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/ipedro/swiftui-property-inspector.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/nicklockwood/SwiftFormat
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Creating working copy of package ‘SwiftFormat’
Checking out 0.61.0 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.63.2 of package ‘SwiftLintPlugins’
Resolve Package Graph
Resolved source packages:
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.61.0
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.63.2
resolved source packages: swiftui-property-inspector, SwiftFormat, SwiftLintPlugins
2026-04-15 14:50:51.483 xcodebuild[529:3065] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:50:51.580 xcodebuild[529:3065] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:50:51.925 xcodebuild[529:3065] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:52:04.754 xcodebuild[529:3065] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
68 | name: "swiftui-property-inspector",
69 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Examples",
"PropertyInspector",
"PropertyInspector-Examples",
"swiftui-property-inspector-Package"
]
}
}
2026-04-15 14:52:12.435 xcodebuild[777:4753] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:52:12.536 xcodebuild[777:4753] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swiftui-property-inspector-Package -destination generic/platform=iOS
Command line invocation:
/Applications/Xcode-26.4.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
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.61.0
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.63.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-26.4.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: 1f31c2d49165860e76c3fe2c75b28b83ba386765e2c148d3b7ccdaa8225e13e6
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 mach-lookup (global-name \"com.apple.mobileassetd.v2\"))
(allow file-write*
(subpath \"/private/tmp\")
(subpath \"/private/var/tmp\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/T\")
(subpath \"/private/var/folders/xq/y_g06wb113726d38xsyx71_h0000gn/C\")
)
(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/xq/y_g06wb113726d38xsyx71_h0000gn/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/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/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/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:0x9e3fc1800 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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 533be1cbad51e7da8168bcd1e898c6ab
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/533be1cbad51e7da8168bcd1e898c6ab.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
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-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
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
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.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.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/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/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/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/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/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-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
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/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_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.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.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-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.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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
warning: Upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6 (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-EVM6GW9SZ6CRXTGUQQ124XEBO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-HP5MXOZ7N6H08XBIIBU21W03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-E39AVOP2SN8T25977T92RVOF7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-7L0REK52XTH8ZYP90P1N5CALM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-A3PSHX0FE0NGSQUWRZMIEDSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-5KEALQN5NJXC4X329C367A0K7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-3UUCPJBUHL3K534RCCBXSBB3X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-7WY9SV0NOI77B3HLQR3G6B2U2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-E7OWC3M09GZO0LY27ATGLKJI3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-DRBE05WTIQ7ACVT7Y6YGZODUY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-4VODZL7MKDR6ATPLH7QG7ETMG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-77EQYCUNCP8116AR94LE410HP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CVCBHX7ECRZPDFMFYEU6Z84GU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-BYP3LK8028GB2PN4VTCUURGS6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9QE305TUMKWUOJ88PK1HTOHPA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-2C2SAE12M5DP4RJYM2C939WHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-57TTNYFNS8FIFBAH7ZBY4LHMM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-EES8U8OZNBQ85B8LQA5CZ03KB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-4B5ECDFZNZ7LPBOQ1H7BC639V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-D17V8P285CBEXMPVEYFY0G4SF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-554UPS2QTSOY8ZV44D2FKES4B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-CMH2L7CR8XG60I60PF43YGV2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-9A7WXY9SHUS1KJQFQ7QQ6NA9M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-EJN0JR94SRCD38GWW40AS5YUQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BDX18O8NTWODGZLB2TEGYS5U8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-5XILUNO7UQ5NDLLKAGEIJPGEW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-6ZC13YJKQ9OR4W6O23IV6EZNF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-6A7RGF69WB3M9RFKOB4YO3GWO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-4AE3ZYZKEBKHBN9EB2825H9LL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-F1GRQAGHTP0DXIENJF1IQKBZ7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-6GN74XLIEBVFYABOYVNO0MFJY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-8J6WVMAV0LGZYGOH9ZG7ZGPT9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-AUQGAVQJ1IHRAJCRRWV2HQ3UU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-5UD51NC8JD5LMGXF67VUIQV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-7BULF7RJC18K60D82L3PK0G3Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-6RTEGFGTKVB8M9R2Q14LGF6MJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-26SC2ZUJ3T6O0VFUN7TV3X1WT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-292C9XWCTTXULPMCOWBNKMQOJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-8F47EFFN8DMLSRFO14CUZ8325.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-ENETMDDJLWFJKOONE2JQLO762.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-1G16U460D05HQGZ5HWH5CGC4V.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DT41M2DZJT4S4LJMG7WGR5AFS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-9RCK6O1V7VPTIFTRRL55UIFC1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-Z7W8C4LVG4GQGH36RT2XTYG2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-CDKEWCEJX2DJRCVW0L7ID5ZV1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-3ESAM7LEO58WYOFEPRWP61LUJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-DGPQHU5QCK8GE8B1AQMAR271R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-1Y7QVDOOJQ48H9XWK107HH38N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8987PNPPZOURFRXQ6ERD0YA8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-7PW19VK7RO3KNIEEO4EE71MWR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-A4Q3UWY37K0B0FJRF2QEHALJD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-6W7QGR0BPFGF53Z9ZQT8S4H98.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-9U6VSJACE99T4ZQXJ6ZWRXGU7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-8V908S1L04AQRAZI17AJTJ841.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-2QGYWKF0OAY8Y2EC5Y804PWPE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-DE9GHOIR3C7H41ORC1VXZ0BLG.pcm
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
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:155:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:210:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:238:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
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
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:155:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:210:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
/Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift:238:28: warning: cannot use default expression for inference of 'D.Type' because it is inferrable from parameters #0, #1; this will be an error in a future Swift language mode
for data: D.Type = Any.self,
^
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ PropertyInspector.swift,\ PropertyInspectorStyle.swift,\ InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableDictionary.swift,\ Property.swift,\ PropertyCache.swift,\ PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ PropertyInspectorHighlightBehavior.swift,\ PropertyLocation.swift,\ PropertyType.swift,\ PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
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
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ HighlightAnimationTester.swift,\ EnvironmentKeys.swift,\ PreferenceKeys.swift,\ Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+ConditionalFeatures.swift,\ Context.Data.swift,\ Context.Filter.swift,\ HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Context.swift,\ PreferenceWriter.swift,\ PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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 Context.swift, PreferenceWriter.swift, PropertyHiglighter.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 PropertyInspector.swift, PropertyInspectorStyle.swift, InlinePropertyInspector.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 HighlightAnimationTester.swift, EnvironmentKeys.swift, PreferenceKeys.swift, Animation+Constants.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 PropertyInspectorHighlightBehavior.swift, PropertyLocation.swift, PropertyType.swift, PropertyValue.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 PropertyWriter.swift, PropertyInspectorFilters.swift, PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorRow.swift, PropertyInspectorRows.swift, PropertyLocationView.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.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/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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
ExtractAppIntentsMetadata (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.WczmTZ/Metal.xctoolchain --module-name PropertyInspector --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --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
2026-04-15 14:52:34.662 appintentsmetadataprocessor[944:5679] Starting appintentsmetadataprocessor export
2026-04-15 14:52:34.686 appintentsmetadataprocessor[944:5679] Extracted no relevant App Intents symbols, skipping writing output
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
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
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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.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/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/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
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 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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone @/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 -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.4-23E237-688ef53f1462e2c8f657fdc38a81448fc1e9a37d8fcda5dee89abd67dc927a23.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk -O0 -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-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples-linker-args.resp -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.WczmTZ/Metal.xctoolchain --module-name PropertyInspector_Examples --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.4.sdk --xcode-version 17E192 --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
2026-04-15 14:52:35.073 appintentsmetadataprocessor[953:5724] Starting appintentsmetadataprocessor export
2026-04-15 14:52:35.082 appintentsmetadataprocessor[953:5724] 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 **
2026-04-15 14:52:15.136 xcodebuild[796:4877] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:52:15.238 xcodebuild[796:4877] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:52:18.113 xcodebuild[796:4877] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2026-04-15 14:52:24.378 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.378 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.379 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.380 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.381 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2026-04-15 14:52:24.382 xcodebuild[796:4885] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:810
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0x9e4475f80>
Method: -addMessage:
Thread: <NSThread: 0x9e27b0300>{number = 8, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
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:)' [#DeprecatedDeclaration]
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:)' [#DeprecatedDeclaration]
| `- note: use 'init(name:defaultLocalization:platforms:pkgConfig:providers:products:dependencies:targets:swiftLanguageModes:cLanguageStandard:cxxLanguageStandard:)' instead
68 | name: "swiftui-property-inspector",
69 | platforms: [
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Done.