Build Information
Successful build of SimpleLogging, reference production (abbf40
), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 19 Jun 2025 03:43:53 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SimpleLogging-Package -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.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.2
Building package at path: $PWD
https://github.com/RougeWare/Swift-Simple-Logging.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.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:
SimpleLogging: /Users/admin/builder/spi-builder-workspace
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
resolved source packages: SimpleLogging, LazyContainers, FunctionTools
{
"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"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"SimpleLogging",
"SimpleLogging_dynamic",
"SimpleLogging-Package",
"SimpleLoggingDynamic"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.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:
FunctionTools: https://github.com/RougeWare/Swift-Function-Tools.git @ 1.2.4
SimpleLogging: /Users/admin/builder/spi-builder-workspace
LazyContainers: https://github.com/RougeWare/Swift-Lazy-Containers.git @ 4.1.0
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e5e3e33acf5efc959a410d5078d6f3c2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e5e3e33acf5efc959a410d5078d6f3c2.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/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/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/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.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/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.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/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_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.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.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/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/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
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.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
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_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.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.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.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
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
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
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 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
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
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
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\ 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
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\ +\ 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\ 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\ !.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
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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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
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
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
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
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 Blackholes.swift (in target 'FunctionTools' from project 'FunctionTools')
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
SwiftDriverJobDiscovery normal arm64 Compiling Null functions.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'FunctionTools' from project 'FunctionTools')
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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 Echo.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling Function types.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 Curry.swift (in target 'FunctionTools' from project 'FunctionTools')
SwiftDriverJobDiscovery normal arm64 Compiling LazyContainer + Hashable.swift (in target 'LazyContainers' from project 'LazyContainers')
SwiftDriverJobDiscovery normal arm64 Compiling !.swift (in target 'FunctionTools' from project 'FunctionTools')
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name FunctionTools -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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 Compiling LazyContainer + Codable.swift (in target 'LazyContainers' from project 'LazyContainers')
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 -rdynamic -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.0.0-Beta.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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LazyContainers -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 -rdynamic -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.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FunctionTools --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-18 20:43:51.643 appintentsmetadataprocessor[748:4219] Starting appintentsmetadataprocessor export
2025-06-18 20:43:51.706 appintentsmetadataprocessor[748:4219] 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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name LazyContainers --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-18 20:43:51.643 appintentsmetadataprocessor[749:4230] Starting appintentsmetadataprocessor export
2025-06-18 20:43:51.706 appintentsmetadataprocessor[749:4230] Extracted no relevant App Intents symbols, skipping writing output
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
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
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\ 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\ 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\ 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
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\ 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
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\ 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
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\ 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
SwiftDriverJobDiscovery normal arm64 Compiling Loggable.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogManager.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LoggableError.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling RawLogMessage.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogMessageProtocol.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling Simple Logging.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling CombinedLogMessage.swift, CombinedLoggable.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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
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 FileHandle + TextOutputStream.swift, LogChannel.swift (in target 'SimpleLogging' from project 'SimpleLogging')
SwiftDriverJobDiscovery normal arm64 Compiling LogSeverity.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SimpleLogging -Onone -enforce-exclusivity\=checked @/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.0-Beta.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 -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 -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.build/Objects-normal/arm64/SimpleLogging_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SimpleLogging --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --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
2025-06-18 20:43:52.035 appintentsmetadataprocessor[763:4291] Starting appintentsmetadataprocessor export
2025-06-18 20:43:52.078 appintentsmetadataprocessor[763:4291] 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
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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -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.0.0-Beta.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/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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -dynamiclib -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.0-Beta.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -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.0.0-Beta.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/SimpleLogging_dynamic.framework/SimpleLogging_dynamic.tbd (in target 'SimpleLogging_dynamic' from project 'SimpleLogging')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.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
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.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.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.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.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
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
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/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
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
** BUILD SUCCEEDED **
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.