Build Information
Successful build of elementary-components, reference main (03519c), with Swift 6.1 for visionOS using Xcode 16.3 on 9 Dec 2025 15:55:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/h0p3zZ/elementary-components.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/h0p3zZ/elementary-components
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 03519c9 updated elementary package reference
Cloned https://github.com/h0p3zZ/elementary-components.git
Revision (git rev-parse @):
03519c93fae21bee03e367c50838d1b2563f5df9
SUCCESS checkout https://github.com/h0p3zZ/elementary-components.git at main
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/h0p3zZ/elementary-components.git
https://github.com/h0p3zZ/elementary-components.git
{
"dependencies" : [
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elementary-swift/elementary.git"
}
],
"manifest_display_name" : "elementary-components",
"name" : "elementary-components",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElementaryShoelace",
"targets" : [
"ElementaryShoelace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElementaryShoelaceTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelaceTests",
"path" : "Tests",
"sources" : [
"ElementaryShoelace/Test.swift"
],
"target_dependencies" : [
"ElementaryShoelace"
],
"type" : "test"
},
{
"c99name" : "ElementaryShoelace",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelace",
"path" : "Sources/ElementaryShoelace",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryShoelace"
],
"sources" : [
"SLAttributeValues.swift",
"SLAttributes.swift",
"components/SLAlert.swift",
"components/SLAnimatedImage.swift",
"components/SLAnimation.swift",
"components/SLAvatar.swift",
"components/SLBadge.swift",
"components/SLBreadcrumb.swift",
"components/SLBreadcrumbItem.swift",
"components/SLButton.swift",
"components/SLButtonGroup.swift",
"components/SLCard.swift",
"components/SLCarousel.swift",
"components/SLCarouselItem.swift",
"components/SLCheckbox.swift",
"components/SLColorPicker.swift",
"components/SLCopyButton.swift",
"components/SLDetails.swift",
"components/SLDialog.swift",
"components/SLDivider.swift",
"components/SLDrawer.swift",
"components/SLDropdown.swift",
"components/SLFormatBytes.swift",
"components/SLFormatDate.swift",
"components/SLFormatNumber.swift",
"components/SLIcon.swift",
"components/SLIconButton.swift",
"components/SLImageComparer.swift",
"components/SLInclude.swift",
"components/SLInput.swift",
"components/SLMenu.swift",
"components/SLMenuItem.swift",
"components/SLMenuLabel.swift",
"components/SLMutationObserver.swift",
"components/SLOption.swift",
"components/SLPopup.swift",
"components/SLProgressBar.swift",
"components/SLProgressRing.swift",
"components/SLQRCode.swift",
"components/SLRadio.swift",
"components/SLRadioButton.swift",
"components/SLRange.swift",
"components/SLRating.swift",
"components/SLRelativeTime.swift",
"components/SLResizeObserver.swift",
"components/SLSelect.swift",
"components/SLSkeleton.swift",
"components/SLSpinner.swift",
"components/SLSplitPanel.swift",
"components/SLSwitch.swift",
"components/SLTab.swift",
"components/SLTabGroup.swift",
"components/SLTabPanel.swift",
"components/SLTag.swift",
"components/SLTextarea.swift",
"components/SLTooltip.swift",
"components/SLTree.swift",
"components/SLTreeItem.swift",
"components/SLVisuallyHidden.swift",
"protocols/SLIconProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/elementary-swift/elementary.git
Creating working copy of package ‘elementary’
Checking out 0.6.0 of package ‘elementary’
Resolve Package Graph
Resolved source packages:
elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
elementary-components: /Users/admin/builder/spi-builder-workspace
resolved source packages: elementary, elementary-components
{
"dependencies" : [
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elementary-swift/elementary.git"
}
],
"manifest_display_name" : "elementary-components",
"name" : "elementary-components",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElementaryShoelace",
"targets" : [
"ElementaryShoelace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElementaryShoelaceTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelaceTests",
"path" : "Tests",
"sources" : [
"ElementaryShoelace/Test.swift"
],
"target_dependencies" : [
"ElementaryShoelace"
],
"type" : "test"
},
{
"c99name" : "ElementaryShoelace",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelace",
"path" : "Sources/ElementaryShoelace",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryShoelace"
],
"sources" : [
"SLAttributeValues.swift",
"SLAttributes.swift",
"components/SLAlert.swift",
"components/SLAnimatedImage.swift",
"components/SLAnimation.swift",
"components/SLAvatar.swift",
"components/SLBadge.swift",
"components/SLBreadcrumb.swift",
"components/SLBreadcrumbItem.swift",
"components/SLButton.swift",
"components/SLButtonGroup.swift",
"components/SLCard.swift",
"components/SLCarousel.swift",
"components/SLCarouselItem.swift",
"components/SLCheckbox.swift",
"components/SLColorPicker.swift",
"components/SLCopyButton.swift",
"components/SLDetails.swift",
"components/SLDialog.swift",
"components/SLDivider.swift",
"components/SLDrawer.swift",
"components/SLDropdown.swift",
"components/SLFormatBytes.swift",
"components/SLFormatDate.swift",
"components/SLFormatNumber.swift",
"components/SLIcon.swift",
"components/SLIconButton.swift",
"components/SLImageComparer.swift",
"components/SLInclude.swift",
"components/SLInput.swift",
"components/SLMenu.swift",
"components/SLMenuItem.swift",
"components/SLMenuLabel.swift",
"components/SLMutationObserver.swift",
"components/SLOption.swift",
"components/SLPopup.swift",
"components/SLProgressBar.swift",
"components/SLProgressRing.swift",
"components/SLQRCode.swift",
"components/SLRadio.swift",
"components/SLRadioButton.swift",
"components/SLRange.swift",
"components/SLRating.swift",
"components/SLRelativeTime.swift",
"components/SLResizeObserver.swift",
"components/SLSelect.swift",
"components/SLSkeleton.swift",
"components/SLSpinner.swift",
"components/SLSplitPanel.swift",
"components/SLSwitch.swift",
"components/SLTab.swift",
"components/SLTabGroup.swift",
"components/SLTabPanel.swift",
"components/SLTag.swift",
"components/SLTextarea.swift",
"components/SLTooltip.swift",
"components/SLTree.swift",
"components/SLTreeItem.swift",
"components/SLVisuallyHidden.swift",
"protocols/SLIconProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"elementary-components"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme elementary-components -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme elementary-components -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
elementary: https://github.com/elementary-swift/elementary.git @ 0.6.0
elementary-components: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'ElementaryShoelace' in project 'elementary-components'
➜ Explicit dependency on target 'ElementaryShoelace' in project 'elementary-components'
➜ Explicit dependency on target 'Elementary' in project 'elementary'
Target 'ElementaryShoelace' in project 'elementary-components'
➜ Explicit dependency on target 'Elementary' in project 'elementary'
Target 'Elementary' in project 'elementary'
➜ Explicit dependency on target 'Elementary' in project 'elementary'
Target 'Elementary' in project 'elementary' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 2140b0c602a8f9ad71872442fc4fce2f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2140b0c602a8f9ad71872442fc4fce2f.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyMetadataFileList (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyStaticMetadataFileList (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.modulemap (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_const_extract_protocols.json (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftConstValuesFileList (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-OutputFileMap.json (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.LinkFileList (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_const_extract_protocols.json (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftConstValuesFileList (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.LinkFileList (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElementaryShoelace.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.modulemap (in target 'ElementaryShoelace' from project 'elementary-components')
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/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-OutputFileMap.json (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.modulemap (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyStaticMetadataFileList (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyMetadataFileList (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Elementary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.modulemap (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
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/elementary.build/Debug-xros/Elementary.build/Elementary.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Elementary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Elementary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule -user-module-version 0.6.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name elementary -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AsyncContent.swift,\ AsyncForEach.swift,\ AttributeStorage.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AsyncContent.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AsyncForEach.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AttributeStorage.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AsyncContent.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AsyncForEach.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/AttributeStorage.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ CoreModel.swift,\ Environment.swift,\ ForEach.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/CoreModel.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Environment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/ForEach.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/CoreModel.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Environment.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/ForEach.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Html+Rendering.swift,\ HtmlAttributes+common.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Html+Rendering.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+common.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Html+Rendering.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+common.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 Compiling\ HtmlAttributes+event.swift,\ HtmlAttributes+global.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+event.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+global.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+event.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlAttributes+global.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HtmlBuilder.swift,\ HtmlElement+Async.swift,\ StoredAttribute.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlElement+Async.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/StoredAttribute.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlBuilder.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlElement+Async.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/StoredAttribute.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HtmlDocument.swift,\ HtmlElements.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlDocument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlElements.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlDocument.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlElements.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HtmlTags.swift,\ HtmlAsyncRenderer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlTags.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/HtmlAsyncRenderer.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/HtmlTags.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/HtmlAsyncRenderer.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Html+Attributes.swift,\ Html+Elements.swift,\ HtmlBuilder+Tuples.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Html+Attributes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Html+Elements.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlBuilder+Tuples.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Html+Attributes.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/Html+Elements.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Core/HtmlBuilder+Tuples.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SendOnceBox.swift,\ SendableAnyHTMLBox.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/ServerSupport/SendOnceBox.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/ServerSupport/SendableAnyHTMLBox.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/ServerSupport/SendOnceBox.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/ServerSupport/SendableAnyHTMLBox.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftEmitModule normal arm64 Emitting\ module\ for\ Elementary (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
EmitSwiftModule normal arm64 (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HtmlTextRenderer.swift,\ RenderingUtils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/HtmlTextRenderer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/RenderingUtils.swift (in target 'Elementary' from project 'elementary')
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/HtmlTextRenderer.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary/Sources/Elementary/Rendering/RenderingUtils.swift (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Elementary (in target 'Elementary' from project 'elementary')
SwiftDriver\ Compilation\ Requirements Elementary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Elementary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule -user-module-version 0.6.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name elementary -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CoreModel.swift, Environment.swift, ForEach.swift (in target 'Elementary' from project 'elementary')
SwiftDriverJobDiscovery normal arm64 Compiling Html+Attributes.swift, Html+Elements.swift, HtmlBuilder+Tuples.swift (in target 'Elementary' from project 'elementary')
SwiftDriverJobDiscovery normal arm64 Compiling HtmlAttributes+event.swift, HtmlAttributes+global.swift (in target 'Elementary' from project 'elementary')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Elementary-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-Swift.h (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Elementary-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftdoc (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.abi.json (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling AsyncContent.swift, AsyncForEach.swift, AttributeStorage.swift (in target 'Elementary' from project 'elementary')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftsourceinfo (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver ElementaryShoelace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElementaryShoelace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling HtmlTags.swift, HtmlAsyncRenderer.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLAttributeValues.swift,\ SLAttributes.swift,\ SLAlert.swift,\ SLAnimatedImage.swift,\ SLAnimation.swift,\ SLAvatar.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/SLAttributeValues.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/SLAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAlert.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAnimatedImage.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAnimation.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAvatar.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/SLAttributeValues.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/SLAttributes.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAlert.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAnimatedImage.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAnimation.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLAvatar.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SLDialog.swift,\ SLDivider.swift,\ SLDrawer.swift,\ SLDropdown.swift,\ SLFormatBytes.swift,\ SLFormatDate.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDialog.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDivider.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDrawer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDropdown.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatBytes.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatDate.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDialog.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDivider.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDrawer.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDropdown.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatBytes.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatDate.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SLTextarea.swift,\ SLTooltip.swift,\ SLTree.swift,\ SLTreeItem.swift,\ SLVisuallyHidden.swift,\ SLIconProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTextarea.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTooltip.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTree.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTreeItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLVisuallyHidden.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/protocols/SLIconProtocol.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTextarea.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTooltip.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTree.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTreeItem.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLVisuallyHidden.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/protocols/SLIconProtocol.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ ElementaryShoelace (in target 'ElementaryShoelace' from project 'elementary-components')
EmitSwiftModule normal arm64 (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SLSplitPanel.swift,\ SLSwitch.swift,\ SLTab.swift,\ SLTabGroup.swift,\ SLTabPanel.swift,\ SLTag.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSplitPanel.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSwitch.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTab.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTabGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTabPanel.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTag.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSplitPanel.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSwitch.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTab.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTabGroup.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTabPanel.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLTag.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SLMenu.swift,\ SLMenuItem.swift,\ SLMenuLabel.swift,\ SLMutationObserver.swift,\ SLOption.swift,\ SLPopup.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenu.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenuItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenuLabel.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMutationObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLOption.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLPopup.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenu.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenuItem.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMenuLabel.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLMutationObserver.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLOption.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLPopup.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HtmlTextRenderer.swift, RenderingUtils.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLFormatNumber.swift,\ SLIcon.swift,\ SLIconButton.swift,\ SLImageComparer.swift,\ SLInclude.swift,\ SLInput.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLIcon.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLIconButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLImageComparer.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLInclude.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLInput.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLFormatNumber.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLIcon.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLIconButton.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLImageComparer.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLInclude.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLInput.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HtmlBuilder.swift, HtmlElement+Async.swift, StoredAttribute.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLRating.swift,\ SLRelativeTime.swift,\ SLResizeObserver.swift,\ SLSelect.swift,\ SLSkeleton.swift,\ SLSpinner.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRating.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRelativeTime.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLResizeObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSelect.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSkeleton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSpinner.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRating.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRelativeTime.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLResizeObserver.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSelect.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSkeleton.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLSpinner.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling HtmlDocument.swift, HtmlElements.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLCarousel.swift,\ SLCarouselItem.swift,\ SLCheckbox.swift,\ SLColorPicker.swift,\ SLCopyButton.swift,\ SLDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCarousel.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCarouselItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCheckbox.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLColorPicker.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCopyButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDetails.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCarousel.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCarouselItem.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCheckbox.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLColorPicker.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCopyButton.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLDetails.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Html+Rendering.swift, HtmlAttributes+common.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLBadge.swift,\ SLBreadcrumb.swift,\ SLBreadcrumbItem.swift,\ SLButton.swift,\ SLButtonGroup.swift,\ SLCard.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBadge.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBreadcrumb.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBreadcrumbItem.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLButtonGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCard.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBadge.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBreadcrumb.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLBreadcrumbItem.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLButton.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLButtonGroup.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLCard.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SendOnceBox.swift, SendableAnyHTMLBox.swift (in target 'Elementary' from project 'elementary')
SwiftCompile normal arm64 Compiling\ SLProgressBar.swift,\ SLProgressRing.swift,\ SLQRCode.swift,\ SLRadio.swift,\ SLRadioButton.swift,\ SLRange.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLProgressBar.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLProgressRing.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLQRCode.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRadio.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRadioButton.swift /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRange.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLProgressBar.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLProgressRing.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLQRCode.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRadio.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRadioButton.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ElementaryShoelace/components/SLRange.swift (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SLTextarea.swift, SLTooltip.swift, SLTree.swift, SLTreeItem.swift, SLVisuallyHidden.swift, SLIconProtocol.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLRating.swift, SLRelativeTime.swift, SLResizeObserver.swift, SLSelect.swift, SLSkeleton.swift, SLSpinner.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriver\ Compilation Elementary normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Elementary -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule -user-module-version 0.6.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name elementary -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.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/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary-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-xros/Elementary.o normal (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.o
SwiftDriverJobDiscovery normal arm64 Compiling SLMenu.swift, SLMenuItem.swift, SLMenuLabel.swift, SLMutationObserver.swift, SLOption.swift, SLPopup.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLCarousel.swift, SLCarouselItem.swift, SLCheckbox.swift, SLColorPicker.swift, SLCopyButton.swift, SLDetails.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLBadge.swift, SLBreadcrumb.swift, SLBreadcrumbItem.swift, SLButton.swift, SLButtonGroup.swift, SLCard.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLSplitPanel.swift, SLSwitch.swift, SLTab.swift, SLTabGroup.swift, SLTabPanel.swift, SLTag.swift (in target 'ElementaryShoelace' from project 'elementary-components')
ExtractAppIntentsMetadata (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Elementary --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier elementary.Elementary --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Elementary.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary.build/Debug-xros/Elementary.build/Objects-normal/arm64/Elementary.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-09 07:55:12.610 appintentsmetadataprocessor[829:4874] Starting appintentsmetadataprocessor export
2025-12-09 07:55:12.652 appintentsmetadataprocessor[829:4874] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.o (in target 'Elementary' from project 'elementary')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/elementary
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Elementary.o
SwiftDriverJobDiscovery normal arm64 Compiling SLProgressBar.swift, SLProgressRing.swift, SLQRCode.swift, SLRadio.swift, SLRadioButton.swift, SLRange.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Emitting module for ElementaryShoelace (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriver\ Compilation\ Requirements ElementaryShoelace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElementaryShoelace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-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-xros/ElementaryShoelace-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-Swift.h (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ElementaryShoelace-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.abi.json (in target 'ElementaryShoelace' from project 'elementary-components')
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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftmodule (in target 'ElementaryShoelace' from project 'elementary-components')
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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftdoc (in target 'ElementaryShoelace' from project 'elementary-components')
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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftsourceinfo (in target 'ElementaryShoelace' from project 'elementary-components')
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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SLDialog.swift, SLDivider.swift, SLDrawer.swift, SLDropdown.swift, SLFormatBytes.swift, SLFormatDate.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLFormatNumber.swift, SLIcon.swift, SLIconButton.swift, SLImageComparer.swift, SLInclude.swift, SLInput.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriverJobDiscovery normal arm64 Compiling SLAttributeValues.swift, SLAttributes.swift, SLAlert.swift, SLAnimatedImage.swift, SLAnimation.swift, SLAvatar.swift (in target 'ElementaryShoelace' from project 'elementary-components')
SwiftDriver\ Compilation ElementaryShoelace normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ElementaryShoelace -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.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/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace-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-xros/ElementaryShoelace.o normal (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.o
ExtractAppIntentsMetadata (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ElementaryShoelace --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.ElementaryShoelace --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/ElementaryShoelace.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/elementary-components.build/Debug-xros/ElementaryShoelace.build/Objects-normal/arm64/ElementaryShoelace.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-12-09 07:55:13.279 appintentsmetadataprocessor[832:4905] Starting appintentsmetadataprocessor export
2025-12-09 07:55:13.311 appintentsmetadataprocessor[832:4905] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.o (in target 'ElementaryShoelace' from project 'elementary-components')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ElementaryShoelace.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/elementary-swift/elementary.git"
}
],
"manifest_display_name" : "elementary-components",
"name" : "elementary-components",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElementaryShoelace",
"targets" : [
"ElementaryShoelace"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElementaryShoelaceTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelaceTests",
"path" : "Tests",
"sources" : [
"ElementaryShoelace/Test.swift"
],
"target_dependencies" : [
"ElementaryShoelace"
],
"type" : "test"
},
{
"c99name" : "ElementaryShoelace",
"module_type" : "SwiftTarget",
"name" : "ElementaryShoelace",
"path" : "Sources/ElementaryShoelace",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryShoelace"
],
"sources" : [
"SLAttributeValues.swift",
"SLAttributes.swift",
"components/SLAlert.swift",
"components/SLAnimatedImage.swift",
"components/SLAnimation.swift",
"components/SLAvatar.swift",
"components/SLBadge.swift",
"components/SLBreadcrumb.swift",
"components/SLBreadcrumbItem.swift",
"components/SLButton.swift",
"components/SLButtonGroup.swift",
"components/SLCard.swift",
"components/SLCarousel.swift",
"components/SLCarouselItem.swift",
"components/SLCheckbox.swift",
"components/SLColorPicker.swift",
"components/SLCopyButton.swift",
"components/SLDetails.swift",
"components/SLDialog.swift",
"components/SLDivider.swift",
"components/SLDrawer.swift",
"components/SLDropdown.swift",
"components/SLFormatBytes.swift",
"components/SLFormatDate.swift",
"components/SLFormatNumber.swift",
"components/SLIcon.swift",
"components/SLIconButton.swift",
"components/SLImageComparer.swift",
"components/SLInclude.swift",
"components/SLInput.swift",
"components/SLMenu.swift",
"components/SLMenuItem.swift",
"components/SLMenuLabel.swift",
"components/SLMutationObserver.swift",
"components/SLOption.swift",
"components/SLPopup.swift",
"components/SLProgressBar.swift",
"components/SLProgressRing.swift",
"components/SLQRCode.swift",
"components/SLRadio.swift",
"components/SLRadioButton.swift",
"components/SLRange.swift",
"components/SLRating.swift",
"components/SLRelativeTime.swift",
"components/SLResizeObserver.swift",
"components/SLSelect.swift",
"components/SLSkeleton.swift",
"components/SLSpinner.swift",
"components/SLSplitPanel.swift",
"components/SLSwitch.swift",
"components/SLTab.swift",
"components/SLTabGroup.swift",
"components/SLTabPanel.swift",
"components/SLTag.swift",
"components/SLTextarea.swift",
"components/SLTooltip.swift",
"components/SLTree.swift",
"components/SLTreeItem.swift",
"components/SLVisuallyHidden.swift",
"protocols/SLIconProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.