Build Information
Successful build of SimpleLogging, reference production (abbf40), with Swift 6.3 for visionOS using Xcode 26.4 on 12 Apr 2026 12:16:14 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Simple-Logging.git
Reference: production
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Simple-Logging
* branch production -> FETCH_HEAD
* [new branch] production -> origin/production
HEAD is now at abbf40d Merge pull request #22 from RougeWare/feature/Raw-Location
Cloned https://github.com/RougeWare/Swift-Simple-Logging.git
Revision (git rev-parse @):
abbf40d670bc1964ead4f5018f412382a1093703
SUCCESS checkout https://github.com/RougeWare/Swift-Simple-Logging.git at production
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/RougeWare/Swift-Simple-Logging.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/RougeWare/Swift-Lazy-Containers.git
Fetching from https://github.com/RougeWare/Swift-Function-Tools.git
Creating working copy of package ‘Swift-Lazy-Containers’
Checking out 4.1.0 of package ‘Swift-Lazy-Containers’
Creating working copy of package ‘Swift-Function-Tools’
Checking out 1.2.4 of package ‘Swift-Function-Tools’
Resolve Package Graph
Resolved source packages:
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
SimpleLogging: /Users/admin/builder/spi-builder-workspace
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
resolved source packages: LazyContainers, SimpleLogging, FunctionTools
2026-04-12 08:15:50.492 xcodebuild[529:3065] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "swift-lazy-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
},
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "SimpleLogging",
"name" : "SimpleLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SimpleLogging",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleLogging_dynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SimpleLoggingDynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleLoggingTests",
"path" : "Tests/SimpleLoggingTests",
"sources" : [
"LogLocation.customRaw tests.swift",
"LogToFileTests.swift",
"Testing Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SimpleLogging"
],
"type" : "test"
},
{
"c99name" : "SimpleLogging",
"module_type" : "SwiftTarget",
"name" : "SimpleLogging",
"path" : "Sources/SimpleLogging",
"product_dependencies" : [
"LazyContainers",
"FunctionTools"
],
"product_memberships" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLoggingDynamic"
],
"sources" : [
"CombinedLogMessage.swift",
"CombinedLoggable.swift",
"Extensions/Foundation/FileHandle + TextOutputStream.swift",
"LogChannel.swift",
"LogManager.swift",
"LogMessage.swift",
"LogMessageProtocol.swift",
"LogSeverity.swift",
"Loggable.swift",
"LoggableError.swift",
"RawLogMessage.swift",
"Simple Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLogging-Package",
"SimpleLoggingDynamic"
]
}
}
2026-04-12 08:15:58.490 xcodebuild[696:4089] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLogging-Package",
"SimpleLoggingDynamic"
]
}
}
2026-04-12 08:15:59.466 xcodebuild[701:4149] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
SimpleLogging: /Users/admin/builder/spi-builder-workspace
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (8 targets)
Target 'SimpleLogging_dynamic' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLoggingDynamic' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'SimpleLogging' in project 'SimpleLogging'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'FunctionTools' in project 'FunctionTools'
➜ Explicit dependency on target 'FunctionTools' in project 'FunctionTools'
Target 'FunctionTools' in project 'FunctionTools' (no dependencies)
Target 'LazyContainers' in project 'LazyContainers'
➜ Explicit dependency on target 'LazyContainers' in project 'LazyContainers'
Target 'LazyContainers' in project 'LazyContainers' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
Build description signature: b9ddb03673496d83c4a261f4ed96ef30
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b9ddb03673496d83c4a261f4ed96ef30.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.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/Intermediates.noindex/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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
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/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/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyMetadataFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyStaticMetadataFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/SimpleLogging_dynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyStaticMetadataFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyMetadataFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/SimpleLoggingDynamic.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.modulemap (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.modulemap (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.modulemap (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyMetadataFileList (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.modulemap (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyMetadataFileList (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.modulemap (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.modulemap (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AGP3KRETLXAMYQDW488IY6LKX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-3BRLCCDYHUXKOK1AB0M8MOV64.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3LC9AV7E10N7DY0X0GCMCK815.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-7QMZRTZ3S79OIWTXSAPUIRHYI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-YJD3LAGSNF10FZWR3J8P610Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CWY49DJXJH8MV7H9KA3I9OY1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CN303CE9AXGY9XZYFJ6QXAOBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-A6RKRULJVWPNWLT2MY2XALPE3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CAYUJ2WWB7YLVQ3VIZXCDL30U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1WMMNGC2O206RLV4U5QNHI9ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-702OW6MB2UYB2TOQQFSKPAKW9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2PXMKHAWCG53C3RNOK7N1KWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DET4J8XS334UT6TI8UIL7DF4M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DS3VJWLWEXU7S7AS4RHQN5VZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1IQGC7FWS7Q3CJO29Z7BCG728.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-2CZPD0H9RTV4M5QCVDMSJ35Y9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EZN7U2Y4H5FX9WZTA9F8B6AIM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-32NYW9B0ZUCWOJ6NY33OVEITX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8EN8HC46CEO13I4PTKBOX9IAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-36DV76SDNEJ71ZU1Q5WQTD2UX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-52BCPMJP809TT4WMWEHIVNDW4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-22PB0EARRYBLWHT3T9EURGBWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9IEGUIVXSDZ0Z7F0FKH73EQJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1016IJVOTD7PT4P0ELAQH2JFC.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ LazyContainers (in target 'LazyContainers' from project 'LazyContainers')
EmitSwiftModule normal arm64 (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ FunctionTools (in target 'FunctionTools' from project 'FunctionTools')
EmitSwiftModule normal arm64 (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainers.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LazyContainer\ +\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers/Sources/LazyContainers/LazyContainer\ +\ Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Echo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Blackholes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Curry.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Call.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Call.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Call.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for FunctionTools (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriver\ Compilation\ Requirements FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for LazyContainers (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriver\ Compilation\ Requirements LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Function\ types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Function\ types.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Function\ types.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LazyContainers-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftdoc (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.abi.json (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftsourceinfo (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/FunctionTools-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftdoc (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.abi.json (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftsourceinfo (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Null\ functions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Null\ functions.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/Null\ functions.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Null functions.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 Compiling\ !.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/!.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools/Sources/FunctionTools/!.swift (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Function types.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling !.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling Call.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Equatable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriver\ Compilation FunctionTools normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_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/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-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/FunctionTools.o normal (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.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/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o
SwiftDriver SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainers.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriver\ Compilation LazyContainers normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_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/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-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/LazyContainers.o normal (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.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/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o
ExtractAppIntentsMetadata (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.i302ut/Metal.xctoolchain --module-name FunctionTools --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-function-tools.FunctionTools --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/FunctionTools.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:16:12.512 appintentsmetadataprocessor[824:4820] Starting appintentsmetadataprocessor export
2026-04-12 08:16:12.611 appintentsmetadataprocessor[824:4820] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.i302ut/Metal.xctoolchain --module-name LazyContainers --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-lazy-containers.LazyContainers --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/LazyContainers.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:16:12.513 appintentsmetadataprocessor[825:4835] Starting appintentsmetadataprocessor export
2026-04-12 08:16:12.611 appintentsmetadataprocessor[825:4835] Extracted no relevant App Intents symbols, skipping writing output
SwiftEmitModule normal arm64 Emitting\ module\ for\ SimpleLogging (in target 'SimpleLogging' from project 'SimpleLogging')
EmitSwiftModule normal arm64 (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftCompile normal arm64 Compiling\ LogManager.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogMessageProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LoggableError.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LogSeverity.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ RawLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CombinedLogMessage.swift,\ CombinedLoggable.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Loggable.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ FileHandle\ +\ TextOutputStream.swift,\ LogChannel.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle\ +\ TextOutputStream.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle\ +\ TextOutputStream.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
extension FileHandle: TextOutputStream {
^
/Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Extensions/Foundation/FileHandle + TextOutputStream.swift:13:1: note: add '@retroactive' to silence this warning
extension FileHandle: TextOutputStream {
^ ~~~~~~~~~~~~~~~~
@retroactive TextOutputStream
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 Compiling\ Simple\ Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Simple\ Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/Simple\ Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 Compiling\ LogMessage.swift /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SimpleLogging/LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogSeverity.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Emitting module for SimpleLogging (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriver\ Compilation\ Requirements SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CombinedLogMessage.swift, CombinedLoggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleLogging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleLogging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftdoc (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.abi.json (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftsourceinfo (in target 'SimpleLogging' from project 'SimpleLogging')
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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Simple Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o (in target 'LazyContainers' from project 'LazyContainers')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Lazy-Containers
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LazyContainers.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o (in target 'FunctionTools' from project 'FunctionTools')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Swift-Function-Tools
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/FunctionTools.o
SwiftDriverJobDiscovery normal arm64 Compiling FileHandle + TextOutputStream.swift, LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriver\ Compilation SimpleLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_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/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-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/SimpleLogging.o normal (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.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/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.o
ExtractAppIntentsMetadata (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.i302ut/Metal.xctoolchain --module-name SimpleLogging --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.SimpleLogging --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/SimpleLogging.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-12 08:16:12.943 appintentsmetadataprocessor[839:4893] Starting appintentsmetadataprocessor export
2026-04-12 08:16:12.971 appintentsmetadataprocessor[839:4893] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.o (in target 'SimpleLogging' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleLogging.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic normal (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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-26.4.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/PackageFrameworks -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic.LinkFileList -install_name @rpath/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/Objects-normal/arm64/SimpleLogging_dynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-linker-args.resp
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging_dynamic\ product.build/empty-SimpleLogging_dynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/empty-SimpleLoggingDynamic.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/Info.plist
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic normal (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.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-26.4.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/PackageFrameworks -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic.LinkFileList -install_name @rpath/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -Xlinker -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLoggingDynamic\ product.build/Objects-normal/arm64/SimpleLoggingDynamic_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -Wl,-no_warn_duplicate_libraries -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleLogging.build/Debug-xros/SimpleLogging.build/Objects-normal/arm64/SimpleLogging-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LazyContainers.build/Debug-xros/LazyContainers.build/Objects-normal/arm64/LazyContainers-linker-args.resp -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/FunctionTools.build/Debug-xros/FunctionTools.build/Objects-normal/arm64/FunctionTools-linker-args.resp
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLoggingDynamic.framework/SimpleLoggingDynamic.tbd (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -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/PackageFrameworks -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework/SimpleLoggingDynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLoggingDynamic.framework/SimpleLoggingDynamic.tbd
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -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/PackageFrameworks -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-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework/SimpleLogging_dynamic -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework (in target 'SimpleLoggingDynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLoggingDynamic.framework
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SimpleLogging_dynamic.framework
** BUILD SUCCEEDED **
2026-04-12 08:16:02.034 xcodebuild[703:4177] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
"dependencies" : [
{
"identity" : "swift-lazy-containers",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Lazy-Containers.git"
},
{
"identity" : "swift-function-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Function-Tools.git"
}
],
"manifest_display_name" : "SimpleLogging",
"name" : "SimpleLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SimpleLogging",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SimpleLogging_dynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
},
{
"name" : "SimpleLoggingDynamic",
"targets" : [
"SimpleLogging"
],
"type" : {
"library" : [
"dynamic"
]
}
}
],
"targets" : [
{
"c99name" : "SimpleLoggingTests",
"module_type" : "SwiftTarget",
"name" : "SimpleLoggingTests",
"path" : "Tests/SimpleLoggingTests",
"sources" : [
"LogLocation.customRaw tests.swift",
"LogToFileTests.swift",
"Testing Utilities.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SimpleLogging"
],
"type" : "test"
},
{
"c99name" : "SimpleLogging",
"module_type" : "SwiftTarget",
"name" : "SimpleLogging",
"path" : "Sources/SimpleLogging",
"product_dependencies" : [
"LazyContainers",
"FunctionTools"
],
"product_memberships" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLoggingDynamic"
],
"sources" : [
"CombinedLogMessage.swift",
"CombinedLoggable.swift",
"Extensions/Foundation/FileHandle + TextOutputStream.swift",
"LogChannel.swift",
"LogManager.swift",
"LogMessage.swift",
"LogMessageProtocol.swift",
"LogSeverity.swift",
"Loggable.swift",
"LoggableError.swift",
"RawLogMessage.swift",
"Simple Logging.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.