Build Information
Successful build of swiftui-property-inspector, reference main (65a046), with Swift 6.2 for iOS using Xcode 26.0 on 8 Nov 2025 15:41:36 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ipedro/swiftui-property-inspector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ipedro/swiftui-property-inspector
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 65a0469 update workflows
Cloned https://github.com/ipedro/swiftui-property-inspector.git
Revision (git rev-parse @):
65a046999a5ce14a5d02b38b8e0a01491308f0d6
SUCCESS checkout https://github.com/ipedro/swiftui-property-inspector.git at main
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/ipedro/swiftui-property-inspector.git
Command line invocation:
/Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Fetching from https://github.com/nicklockwood/SwiftFormat
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.62.2 of package ‘SwiftLintPlugins’
Creating working copy of package ‘SwiftFormat’
Checking out 0.58.5 of package ‘SwiftFormat’
Resolve Package Graph
Resolved source packages:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftFormat, SwiftLintPlugins, swiftui-property-inspector
2025-11-08 10:39:56.862 xcodebuild[523:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:39:57.669 xcodebuild[523:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:39:58.592 xcodebuild[523:3075] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:13.019 xcodebuild[523:3075] [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"
]
}
}
2025-11-08 10:41:18.312 xcodebuild[732:4551] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:18.463 xcodebuild[732:4551] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.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.0.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.58.5
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-26.0.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: 2bdf28e582a881a63384abf324921083f729f0e997bc031c94ca37a98ce954a4
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/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/T\")
(subpath \"/private/var/folders/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/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/3b/z59l1v4n1zl7qfzxc5pj6ljw0000gn/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/DebugPreviews/HighlightAnimationTester.swift:169:13: warning: Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:23:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:31:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:35:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:37:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:39:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:41:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:43:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:48:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:50:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:55:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:59:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:65:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:67:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:77:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:81:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:90:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:97:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:102:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:113:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:115:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:129:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:131:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:138:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:143:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:155:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:166:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:168:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:180:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:192:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:203:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:217:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:231:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:243:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:250:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:268:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:274:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:284:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:289:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:293:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:301:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:308:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:316:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:366:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:371:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift:381:1: warning: Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
/Users/admin/builder/spi-builder-workspace/Development/Models/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/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:0xbc168f900 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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 5c0817214da8b0d56038968c09822287
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5c0817214da8b0d56038968c09822287.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.sdkstatcache
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/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/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/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList (in target 'SwiftLintBuildToolPlugin' from project 'SwiftLintPlugins')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftLintPlugins
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftLintPlugins.build/Debug/SwiftLintBuildToolPlugin.build/SwiftLintBuildToolPlugin.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-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/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/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/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.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.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.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
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.modulemap (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/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-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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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/_Builtin_stddef-93084N1CIKJBLKZE8LTR2NUCD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-CZJKBEI43OA06JDP3KIPJ4Y2O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-BHKYUJAUYGLL08GPBO4TQ79OH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-D4KFX70QDSKDHAFN28VWFHJDD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-4HEYCJ9HH1X2946DQK6TLRTG2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7LXLRGGN1D623D1E95O2ZDWLS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-AWS2ZO8SKG08U2J1MMWU28GXN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-6OHAFO0Y4YTK36IIJ929ZZ68T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-RHS2SCTBLPG1AUMGZJECKB4D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5ZA2MZAPXKZKD66UN05B42VJ1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-5K31RTC5DNLGL2IYOWN7J2J8Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-D95F3KSHWYHSFR9109JORKN6B.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1KB3ILB46H4YPRQ26LHCZLDQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-36J7EBZ5HELEOWD61NQLM46KZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-C6DY9F1RERP1JAPWRU17S8MPU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-AQMZFG0UVXVTKIZLVDITHU96I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-E8YE70PUSQVX9DA0UL27RTTKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-9UK0ECRCQJVHQYAW87OJXN78R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-4DAVIYMELHVYMWDKM1G4P18OI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2JNXL9A90000TV0GU8Y5T7X0Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-BA9YAR6Q3I1MV2W4CWIXPLFPO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9RU0M5F9YTOC7HYPARTE49VAV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-B2YPHTQAER4T3PESM94ZDPO9Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-AC8V68MC29VQSY963V3T4DPD0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-9LEQZ03SOTZEG4AMVIXFSZUDW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-92MN7GS18LZG7G0QQ34R746BY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-2H1E9I3OG0PY2IBIWHOBSBIM3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-5AN7WPG7SBH3UNV1FNLXG80JA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-67DONVBOSRN7IBPHURG42FEDJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-E18MYM271RS1N55UJQIYYOHAH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-EZP3PH7XWVY0GVO6R6TJKF9Z0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-1BSQL0IZ3PHOQE4MYNC9NT24T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-YOCUH5JHM5F0O4DNCMMS496R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-4EPVM2O1GUEIA1QUK3IA9AS90.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1SAC735IPQ9TY84PT2X9BPCAL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-CH69ES6RUVEPT0VR107A4E22E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-235FQ9BCZJZLEF3T10SAI28B1.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-N5PB1A98EVM1KUZVGTNTG8KS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-2NEJHO8HFQ0O16UY6U6D2HIO4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-3SXSRBGE0RHURU8MYTXMT2NZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-B39K5IIQW5R6JVL0BJNT946ZJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-81EYM0WSKQNN413T3JIM4FS0G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-8CNY35VDH190WZ47SA2L8X3M3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-EXY5NL4LL17P5JNQQBHM8H0YM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-7RSNX0DBUKIJ8U38L2MXF9W6X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-AN0NCTUQGHK3RZCC3D26PJYCN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-1XOFCTV7U4T6KO1QZ1Y8POMDH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-273VX7TD1HQ3ELFCLXNM3OY9D.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-94LGJSRMETYQJIU7692ZGX2I6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-4Q5LL8CUVB9UBEZXVTU3JYKOX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-54FPHRDY25GQP9ZMQOKBETEZE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-8UVTO75YAGGG5WMJ3UGQEHP7X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-656WUTAAHDL91DKA2NHAML9B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-3F9SNIZD6LASFAU8TXGBXSY6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-ZAV0QCEGD9DAGTO055R14GAA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-1SA1EAAMVEC5DHSOZLEZ2IWJ3.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
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ HashableDictionary.swift,\ Property.swift,\ PropertyCache.swift,\ PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<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\ Context.swift,\ PreferenceWriter.swift,\ PropertyHiglighter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/Context.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PreferenceWriter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ViewModifiers/PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ListPropertyInspector.swift,\ SheetPropertyInspector.swift,\ PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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\ 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')
<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/RowViewBuilder.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/RowViewBuilderRegistry.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PropertyInspectorHighlightBehavior.swift,\ PropertyLocation.swift,\ PropertyType.swift,\ PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<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\ HighlightAnimationTester.swift,\ EnvironmentKeys.swift,\ PreferenceKeys.swift,\ Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
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
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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 PropertyInspector.swift, PropertyInspectorStyle.swift, InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift, PreferenceWriter.swift, PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling RowViewBuilder.swift, RowViewBuilderRegistry.swift, PropertyInspector+View.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')
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
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorHighlightBehavior.swift, PropertyLocation.swift, PropertyType.swift, PropertyValue.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 View+ConditionalFeatures.swift, Context.Data.swift, Context.Filter.swift, HashableBox.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')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyWriter.swift, PropertyInspectorFilters.swift, PropertyInspectorHeader.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')
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
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
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DVERBOSE -DXcode -enable-upcoming-feature BareSlashRegexLiterals -Xfrontend -warn-concurrency -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PropertyInspector --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PropertyInspector --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-08 10:41:34.835 appintentsmetadataprocessor[897:5387] Starting appintentsmetadataprocessor export
2025-11-08 10:41:34.980 appintentsmetadataprocessor[897:5387] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector.o
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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.abi.json (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftsourceinfo (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Examples.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling HighlightBehaviorExample.swift (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
SwiftDriver\ Compilation PropertyInspector-Examples normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PropertyInspector_Examples -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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.0.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.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A339-031f2ee2c39ede4aa7d3d33a6e255a3e.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.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.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PropertyInspector_Examples --sdk-root /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A324 --platform-family iOS --deployment-target 15.0 --bundle-identifier spi-builder-workspace.PropertyInspector-Examples --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector_Examples.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug-iphoneos/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-11-08 10:41:35.735 appintentsmetadataprocessor[906:5474] Starting appintentsmetadataprocessor export
2025-11-08 10:41:35.842 appintentsmetadataprocessor[906:5474] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o (in target 'PropertyInspector-Examples' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PropertyInspector-Examples.o
** BUILD SUCCEEDED **
2025-11-08 10:41:20.167 xcodebuild[749:4662] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:20.318 xcodebuild[749:4662] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:22.948 xcodebuild[749:4662] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.971 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.972 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.973 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.974 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.975 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, name = (null)}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2025-11-08 10:41:26.975 xcodebuild[749:4669] DVTAssertions: Warning in IDEFrameworks/IDEFoundation/Logging/ActivityLog/IDEActivityLogSectionRecorder.m:800
Details: log recorder for IDEActivityLogCommandInvocationSection “SwiftLint” was sent -addMessage: after it had already been asked to stop recording.
Object: <IDEActivityLogCommandInvocationSectionRecorder: 0xbc034c700>
Method: -addMessage:
Thread: <NSThread: 0xbc07a31c0>{number = 6, 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.