Build Information
Successful build of swiftui-property-inspector, reference main (65a046), with Swift 6.2 for macOS (Xcode) using Xcode 26.0 on 8 Nov 2025 15:42:10 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 platform=macOS,arch=arm64Build 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: macosXcodebuild
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/nicklockwood/SwiftFormat
Fetching from https://github.com/SimplyDanny/SwiftLintPlugins
Creating working copy of package ‘SwiftFormat’
Checking out 0.58.5 of package ‘SwiftFormat’
Creating working copy of package ‘SwiftLintPlugins’
Checking out 0.62.2 of package ‘SwiftLintPlugins’
Resolve Package Graph
Resolved source packages:
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftLintPlugins, SwiftFormat, swiftui-property-inspector
2025-11-08 10:40:01.608 xcodebuild[521:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:40:02.492 xcodebuild[521:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:40:03.382 xcodebuild[521:3056] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:43.453 xcodebuild[521:3056] [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:48.721 xcodebuild[735:4586] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:48.871 xcodebuild[735:4586] [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 platform=macOS,arch=arm64
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 platform=macOS,arch=arm64
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
SwiftLintPlugins: https://github.com/SimplyDanny/SwiftLintPlugins @ 0.62.2
swiftui-property-inspector: /Users/admin/builder/spi-builder-workspace
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.58.5
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
Compile plug-in “SwiftLintBuildToolPlugin” in package “swiftlintplugins”
[debug]: Compiling plugin to executable at /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/PluginExecutables/SwiftLintBuildToolPlugin
[debug]: Using compiler /Applications/Xcode-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/PropertyWriter.swift:51: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)
Process build tool plug-in results
package: <IDESwiftPackageCore.IDESwiftPackage:0xcbc4fb600 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/ld -version_details
Build description signature: a2f266ebe0ce965531bbff5ce63a957e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a2f266ebe0ce965531bbff5ce63a957e.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/PropertyInspector.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList
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/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/PropertyInspector-Examples.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/PropertyInspector.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/PropertyInspector-Examples.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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-38W5YX2NXLZDV0NY8IRPD284X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-8WH72VBCF4QXGZJZBIU4H2MXO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-9QFZFBVJWWW8RV902QAZDNW2Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-77NPTR99JLCAXXGD5X7LX08YD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-BKHLF0ERO9Q4V85LUQC146WAR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-DS88A7JA7CG1E143T9GZNTRV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-BJ9VXUY5EJNK2U60VHZJ5PQ09.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-5RY92MCHDF24AM69T8UUJC0XI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-1VRHPJWG7SQLXZ7EXL64OAFXY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-EYBOG1SE57TXSX5PIUROEKUT2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-AL94IFL8J8VWRB7161ZDR04U5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-79HLXVG06Z1GQNSYP24OCDW4Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9XGLVHFJGLVLUCQ4IIZMJFFKA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-8DN015KXQBR2J73FRMIICTK2Q.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-LPB76LX8HABMDJM6ZEQA5LY8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-D0ZXUFACLCZBPX93ZCSIY0320.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGL-2O2PKQQLBAFNANNX8UX0H7WSM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-CCPPSJUGUFL7PAO6L5EEJJPA9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-35K8VIQE18Q14XKMJPR6TX95Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-5REC3C0SQLKTPG94QHTP77VO4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libDER-CGAVO9MF0WHJ6UHNFFLVADYRG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7ZBU29JLIW9D5YMA6SUL5G9HQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1QP1G30Y5AKPYFNMEP6YNYJO9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-2VA102H8CWK36PJQDGR0IKV09.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-53ST8517QB1SRT4R2QW7IEWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/launch-69MHUF71SR11JQB49J2I3W4D3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-BQ0IXB27N55JWW8AEUYFZM7OC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CUPS-5EP1XJE7Z3E04ZOCCJD7DUPUI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1O1R6A45ACXJQR9S25OXK3PJ8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-CMGYZD1XPYR4M0SP1D6OMXEIY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-3RXQSED1PA43XF928NX9BPNJX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-A042ZSSKT4BJUIY6IJ74DE463.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-1T7L9ZOH2SWMF2BVUJIOPMAWX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-1GFEK6591OXWS6GEW0QU7CBVF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-7OIEUS7T8P1T8ZZ1O7HFYFNKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-56GR6ZY2EZP950P57J84NM3DZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-E4T9QZ19WZYTA5AW5M0RVNSF0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-94RNOCKF0RWR6JMEB13N1CLLN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ColorSync-DS6NH8OED4WKW3FY6BO84M888.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOKit-11XZ4YN4VUHDEQRA2SM88CYHF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-1T15IF59OXMVC681YB6SRF9KS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DiskArbitration-CTWES6W800HILKCWMKYUC8C2I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-247W7XKBA1DH8KA3LNBA73D9W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-871AE1FC3DLFIULFSWNDK0ATR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-565IWS3G3D6DUANLU6RDK51EW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-3MZTDT5ZGDGUYVT6MHRNAAW8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-1Z2YZZ7C7AL7EF20L24Z5VEQV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-9E8GQRTD9IFO3AWN5XMLOUNKQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-Z4YS2RGQ2TL3HPRORZCCWU0U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ApplicationServices-EIRT8AVDYN99JU9DFIJV5CNMU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5BJMLYOV23XDCPO5OV9I09QY5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-1H1P8LGJ8VI07Y3IF3J3R334G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-1LEVEFSN1XBMHWBDWFZ8B5QDI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-5WJYSBRRWOV8CILLOUDZM0DKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-4L7G5M3QFHLNSBV9NM99P51OF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-8UG43HO29SWFV4ZK2ID99HM4G.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-631ZZMXS7EBMO9TZYVJ9UI6KH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-BC6H7V9MWCZVN2RKBZGAP23G0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-3NFI57L0Q52G1U3ZZXKGIL7FC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-BZODGAG0Z4FL90C5P8KTKJPB8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AppKit-C58ECADPIZC2F4GHOQJKSYWNC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-7E61E4Q0BBXN5VNMKVRMXDJ8F.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\ 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\ PropertyInspector.swift,\ PropertyInspectorStyle.swift,\ InlinePropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/PropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Protocols/PropertyInspectorStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HashableDictionary.swift,\ Property.swift,\ PropertyCache.swift,\ PropertyID.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableDictionary.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Property.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyCache.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
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\ 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\ ListPropertyInspector.swift,\ SheetPropertyInspector.swift,\ PropertyToggleStyle.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/ListPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Styles/SheetPropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/ToggleStyles/PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ View+ConditionalFeatures.swift,\ Context.Data.swift,\ Context.Filter.swift,\ HashableBox.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/View+ConditionalFeatures.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Data.swift /Users/admin/builder/spi-builder-workspace/Development/Models/Context.Filter.swift /Users/admin/builder/spi-builder-workspace/Development/Models/HashableBox.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
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
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ PropertyInspectorHighlightBehavior.swift,\ PropertyLocation.swift,\ PropertyType.swift,\ PropertyValue.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyInspectorHighlightBehavior.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyLocation.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyType.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Models/PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HighlightAnimationTester.swift,\ EnvironmentKeys.swift,\ PreferenceKeys.swift,\ Animation+Constants.swift /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
<unknown>:0: warning: upcoming feature 'BareSlashRegexLiterals' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/DebugPreviews/HighlightAnimationTester.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/EnvironmentKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Environment/PreferenceKeys.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Development/Extensions/Animation+Constants.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ 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
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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Context.swift, PreferenceWriter.swift, PropertyHiglighter.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspector.swift, PropertyInspectorStyle.swift, InlinePropertyInspector.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyInspector-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyInspector-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/arm64-apple-macos.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling RowViewBuilder.swift, RowViewBuilderRegistry.swift, PropertyInspector+View.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorRow.swift, PropertyInspectorRows.swift, PropertyLocationView.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyInspectorHighlightBehavior.swift, PropertyLocation.swift, PropertyType.swift, PropertyValue.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling HashableDictionary.swift, Property.swift, PropertyCache.swift, PropertyID.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling ListPropertyInspector.swift, SheetPropertyInspector.swift, PropertyToggleStyle.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling PropertyWriter.swift, PropertyInspectorFilters.swift, PropertyInspectorHeader.swift (in target 'PropertyInspector' from project 'swiftui-property-inspector')
SwiftDriverJobDiscovery normal arm64 Compiling HighlightAnimationTester.swift, EnvironmentKeys.swift, PreferenceKeys.swift, Animation+Constants.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')
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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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-macos12.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/Objects-normal/arm64/PropertyInspector.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/Objects-normal/arm64/PropertyInspector-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.o
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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A324 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PropertyInspector --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector.build/PropertyInspector.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector.build/PropertyInspector.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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:42:08.694 appintentsmetadataprocessor[922:5570] Starting appintentsmetadataprocessor export
2025-11-08 10:42:08.834 appintentsmetadataprocessor[922:5570] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PropertyInspector.o
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\ 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
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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/PropertyInspector-Examples-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PropertyInspector-Examples-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.swiftmodule/Project/arm64-apple-macos.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/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -target arm64-apple-macos12.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 -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx26.0-25A352-3f995448e7658e25bc2348d03928aa04.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector-Examples_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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-macos12.0 -r -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/PropertyInspector-Examples.build/Objects-normal/arm64/PropertyInspector_Examples-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk --xcode-version 17A324 --platform-family macOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.PropertyInspector-Examples --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector_Examples.appintents --target-triple arm64-apple-macos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PropertyInspector-Examples.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swiftui-property-inspector.build/Debug/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/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/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/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/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/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:42:09.696 appintentsmetadataprocessor[931:5666] Starting appintentsmetadataprocessor export
2025-11-08 10:42:09.806 appintentsmetadataprocessor[931:5666] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/PropertyInspector-Examples.o
** BUILD SUCCEEDED **
2025-11-08 10:41:50.468 xcodebuild[770:4828] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:50.606 xcodebuild[770:4828] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
2025-11-08 10:41:53.231 xcodebuild[770:4828] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:f703cf3e8821792a9d2a93095ae99fe182e1108a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:f703cf3e8821792a9d2a93095ae99fe182e1108a, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:f703cf3e8821792a9d2a93095ae99fe182e1108a, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:f703cf3e8821792a9d2a93095ae99fe182e1108a, name:My Mac }
2025-11-08 10:41:57.628 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.629 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.630 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.631 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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:57.632 xcodebuild[770:4839] 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: 0xcbbc0c4d0>
Method: -addMessage:
Thread: <NSThread: 0xcbc1c9580>{number = 59, 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.