Build Information
Failed to build BSWFoundation, reference 7.3.2 (708971), with Swift 6.3 for visionOS using Xcode 26.4 on 19 Apr 2026 09:20:36 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BSWFoundation -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/theleftbit/BSWFoundation.git
Reference: 7.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/theleftbit/BSWFoundation
* tag 7.3.2 -> FETCH_HEAD
HEAD is now at 7089710 Upgrade to Swift 6.3
Cloned https://github.com/theleftbit/BSWFoundation.git
Revision (git rev-parse @):
7089710a9d6f0f413049dde74a3a6233b3b7e2eb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/theleftbit/BSWFoundation.git at 7.3.2
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/theleftbit/BSWFoundation.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching from https://github.com/apple/swift-crypto.git
Fetching from https://github.com/apple/swift-asn1.git
Creating working copy of package ‘swift-asn1’
Checking out 1.7.0 of package ‘swift-asn1’
Creating working copy of package ‘swift-crypto’
Checking out 3.15.1 of package ‘swift-crypto’
Creating working copy of package ‘KeychainAccess’
Checking out 4.2.2 of package ‘KeychainAccess’
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
BSWFoundation: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-asn1, swift-crypto, KeychainAccess, BSWFoundation
2026-04-19 05:20:08.792 xcodebuild[525:3013] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.12.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "BSWFoundation",
"name" : "BSWFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "BSWFoundation",
"targets" : [
"BSWFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "BSWFoundationTests",
"module_type" : "SwiftTarget",
"name" : "BSWFoundationTests",
"path" : "Tests/BSWFoundationTests",
"sources" : [
"APIClient/APIClientErrorTests.swift",
"APIClient/APIClientTests.swift",
"APIClient/EnvironmentTests.swift",
"APIClient/RouterTests.swift",
"APIClient/Stubs.swift",
"AsyncStream/AsyncStreamDispatcherTests.swift",
"Extensions/Android.swift",
"Extensions/BundleTests.swift",
"Extensions/CollectionsTests.swift",
"Extensions/ObservationTests.swift",
"Extensions/ProgressObserverTests.swift",
"Extensions/StringTests.swift",
"Extensions/TaskTests.swift",
"Extensions/ThrottlerTests.swift",
"Extensions/UIApplicationTests.swift",
"Extensions/UserDefaultsBackedTests.swift",
"Parsing/JSONParserTests.swift"
],
"target_dependencies" : [
"BSWFoundation"
],
"type" : "test"
},
{
"c99name" : "BSWFoundation",
"module_type" : "SwiftTarget",
"name" : "BSWFoundation",
"path" : "Sources/BSWFoundation",
"product_dependencies" : [
"Crypto",
"KeychainAccess"
],
"product_memberships" : [
"BSWFoundation"
],
"sources" : [
"APIClient/APIClient+Error.swift",
"APIClient/APIClient+Logging.swift",
"APIClient/APIClient+URLSession.swift",
"APIClient/APIClient.swift",
"APIClient/Endpoint.swift",
"APIClient/Environment.swift",
"APIClient/Mocks/MockAPIClient.swift",
"APIClient/Router.swift",
"AsyncStream/AsyncStreamDispatcher.swift",
"AuthStorage/AuthStorage.swift",
"Extensions/Bundle+Extensions.swift",
"Extensions/Collections.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Error+Extensions.swift",
"Extensions/Observation+Ext.swift",
"Extensions/ProcessInfo.swift",
"Extensions/ProgressObserver.swift",
"Extensions/Random.swift",
"Extensions/String+Crypto.swift",
"Extensions/String+Utils.swift",
"Extensions/Task.swift",
"Extensions/Throttler.swift",
"Extensions/UIApplication+Tests.swift",
"Extensions/With.swift",
"Location/LocationFetcher.swift",
"ModuleConstants.swift",
"Parse/FailableCodableArray.swift",
"Parse/JSONParser.swift",
"PropertyWrappers/KeychainBacked.swift",
"PropertyWrappers/UserDefaultsBacked.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BSWFoundation"
]
}
}
2026-04-19 05:20:17.093 xcodebuild[736:4269] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BSWFoundation -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BSWFoundation -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
BSWFoundation: /Users/admin/builder/spi-builder-workspace
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
Target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 0938e618f44553191ff678bd45d13c52
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0938e618f44553191ff678bd45d13c52.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-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/ExplicitPrecompiledModules
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/empty-swift-crypto_Crypto.plist (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/empty-swift-crypto_Crypto.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/swift-crypto_Crypto.DependencyMetadataFileList (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/swift-crypto_Crypto.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/swift-crypto_Crypto.DependencyStaticMetadataFileList (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/swift-crypto_Crypto.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.modulemap (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_const_extract_protocols.json (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftConstValuesFileList (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_const_extract_protocols.json (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.LinkFileList (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeychainAccess.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.modulemap (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
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/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-OutputFileMap.json (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/resource_bundle_accessor.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.modulemap (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyStaticMetadataFileList (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyMetadataFileList (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_const_extract_protocols.json (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftFileList (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftConstValuesFileList (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.LinkFileList (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-OutputFileMap.json (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.modulemap (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Crypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.modulemap (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
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/swift-crypto.build/Debug-xros/Crypto.build/Crypto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.DependencyStaticMetadataFileList (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.DependencyMetadataFileList (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/BSWFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.modulemap (in target 'BSWFoundation' from project 'BSWFoundation')
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/BSWFoundation.build/Debug-xros/BSWFoundation.build/BSWFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/PrivacyInfo.xcprivacy (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/empty-swift-crypto_Crypto.plist (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/swift-crypto_Crypto.build/empty-swift-crypto_Crypto.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle (in target 'swift-crypto_Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/swift-crypto_Crypto.bundle
SwiftDriver Crypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Crypto -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DCRYPTO_IN_SWIFTPM -DXcode -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_crypto -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_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/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/_Builtin_stdarg-7QMZRTZ3S79OIWTXSAPUIRHYI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CN303CE9AXGY9XZYFJ6QXAOBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-3BRLCCDYHUXKOK1AB0M8MOV64.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3LC9AV7E10N7DY0X0GCMCK815.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CWY49DJXJH8MV7H9KA3I9OY1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-YJD3LAGSNF10FZWR3J8P610Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AGP3KRETLXAMYQDW488IY6LKX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-A6RKRULJVWPNWLT2MY2XALPE3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1WMMNGC2O206RLV4U5QNHI9ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CAYUJ2WWB7YLVQ3VIZXCDL30U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-702OW6MB2UYB2TOQQFSKPAKW9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2PXMKHAWCG53C3RNOK7N1KWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DET4J8XS334UT6TI8UIL7DF4M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DS3VJWLWEXU7S7AS4RHQN5VZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1IQGC7FWS7Q3CJO29Z7BCG728.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-2CZPD0H9RTV4M5QCVDMSJ35Y9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EZN7U2Y4H5FX9WZTA9F8B6AIM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-32NYW9B0ZUCWOJ6NY33OVEITX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8EN8HC46CEO13I4PTKBOX9IAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-36DV76SDNEJ71ZU1Q5WQTD2UX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-52BCPMJP809TT4WMWEHIVNDW4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-22PB0EARRYBLWHT3T9EURGBWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9IEGUIVXSDZ0Z7F0FKH73EQJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1016IJVOTD7PT4P0ELAQH2JFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-4BQBA2C3CB921X5D2H9JGTLP4.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ KeychainAccess (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Keychain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MessageAuthenticationCode.swift,\ AES.swift,\ ECDSASignature_boring.swift,\ ECDSA_boring.swift,\ EdDSA_boring.swift,\ ECDSA.swift,\ Ed25519.swift,\ Signature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/MessageAuthenticationCode.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/PRF/AES.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/ECDSASignature_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/ECDSA_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/EdDSA_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/ECDSA.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/Ed25519.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/Signature.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/MessageAuthenticationCode.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/PRF/AES.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/ECDSASignature_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/ECDSA_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/BoringSSL/EdDSA_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/ECDSA.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/Ed25519.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Signatures/Signature.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Crypto (in target 'Crypto' from project 'swift-crypto')
EmitSwiftModule normal arm64 (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ X25519Keys_boring.swift,\ Curve25519.swift,\ Ed25519Keys.swift,\ NISTCurvesKeys.swift,\ X25519Keys.swift,\ SymmetricKeys.swift,\ HMAC.swift,\ MACFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/X25519Keys_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/Curve25519.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/Ed25519Keys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/NISTCurvesKeys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/X25519Keys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/Symmetric/SymmetricKeys.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/HMAC/HMAC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/MACFunctions.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/X25519Keys_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/Curve25519.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/Ed25519Keys.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/NISTCurvesKeys.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/X25519Keys.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/Symmetric/SymmetricKeys.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/HMAC/HMAC.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Message\ Authentication\ Codes/MACFunctions.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ CryptoKitErrors_boring.swift,\ RNG_boring.swift,\ SafeCompare_boring.swift,\ Zeroization_boring.swift,\ PrettyBytes.swift,\ SafeCompare.swift,\ SecureBytes.swift,\ Zeroization.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/CryptoKitErrors_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/RNG_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/SafeCompare_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/Zeroization_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/PrettyBytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/SafeCompare.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/SecureBytes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/Zeroization.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/CryptoKitErrors_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/RNG_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/SafeCompare_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/BoringSSL/Zeroization_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/PrettyBytes.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/SafeCompare.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/SecureBytes.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Util/Zeroization.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ECDH_boring.swift,\ DH.swift,\ ECDH.swift,\ HKDF.swift,\ AESWrap.swift,\ AESWrap_boring.swift,\ Ed25519_boring.swift,\ NISTCurvesKeys_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/BoringSSL/ECDH_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/DH.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/ECDH.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Derivation/HKDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Wrapping/AESWrap.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Wrapping/BoringSSL/AESWrap_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/Ed25519_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/NISTCurvesKeys_boring.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/BoringSSL/ECDH_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/DH.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Agreement/ECDH.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Derivation/HKDF.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Wrapping/AESWrap.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Key\ Wrapping/BoringSSL/AESWrap_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/Ed25519_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Keys/EC/BoringSSL/NISTCurvesKeys_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HPKE-KDF.swift,\ HPKE-KexKeyDerivation.swift,\ HPKE-LabeledExtract.swift,\ HPKE-Utils.swift,\ DHKEM.swift,\ HPKE-KEM-Curve25519.swift,\ HPKE-NIST-EC-KEMs.swift,\ HPKE-KEM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-KDF.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-KexKeyDerivation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-LabeledExtract.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/DHKEM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/HPKE-KEM-Curve25519.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/HPKE-NIST-EC-KEMs.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/HPKE-KEM.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-KDF.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-KexKeyDerivation.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-LabeledExtract.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-Utils.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/DHKEM.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/HPKE-KEM-Curve25519.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/Conformances/HPKE-NIST-EC-KEMs.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/KEM/HPKE-KEM.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ASN1BitString.swift,\ ASN1Boolean.swift,\ ASN1Identifier.swift,\ ASN1Integer.swift,\ ASN1Null.swift,\ ASN1OctetString.swift,\ ASN1Strings.swift,\ ArraySliceBigint.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1BitString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Boolean.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Identifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Integer.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Null.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1OctetString.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Strings.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ArraySliceBigint.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1BitString.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Boolean.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Identifier.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Integer.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Null.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1OctetString.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Strings.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ArraySliceBigint.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ HPKE-Errors.swift,\ HPKE.swift,\ HPKE-Context.swift,\ HPKE-KeySchedule.swift,\ HPKE-Modes.swift,\ Insecure.swift,\ Insecure_HashFunctions.swift,\ KEM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/HPKE-Errors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/HPKE.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Key\ Schedule/HPKE-Context.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Key\ Schedule/HPKE-KeySchedule.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Modes/HPKE-Modes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Insecure/Insecure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Insecure/Insecure_HashFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/KEM/KEM.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/HPKE-Errors.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/HPKE.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Key\ Schedule/HPKE-Context.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Key\ Schedule/HPKE-KeySchedule.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Modes/HPKE-Modes.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Insecure/Insecure.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Insecure/Insecure_HashFunctions.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/KEM/KEM.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AES-GCM.swift,\ AES-GCM_boring.swift,\ ChaChaPoly_boring.swift,\ ChaChaPoly.swift,\ Cipher.swift,\ Nonces.swift,\ ASN1.swift,\ ASN1Any.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/AES/GCM/AES-GCM.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/AES/GCM/BoringSSL/AES-GCM_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/ChachaPoly/BoringSSL/ChaChaPoly_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/ChachaPoly/ChaChaPoly.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/Cipher.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/Nonces.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/ASN1.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Any.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/resource_bundle_accessor.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/AES/GCM/AES-GCM.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/AES/GCM/BoringSSL/AES-GCM_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/ChachaPoly/BoringSSL/ChaChaPoly_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/ChachaPoly/ChaChaPoly.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/Cipher.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/AEADs/Nonces.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/ASN1.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ASN1Any.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Crypto (in target 'Crypto' from project 'swift-crypto')
SwiftDriver\ Compilation\ Requirements Crypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Crypto -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DCRYPTO_IN_SWIFTPM -DXcode -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_crypto -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_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/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for KeychainAccess (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftDriver\ Compilation\ Requirements KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ GeneralizedTime.swift,\ ObjectIdentifier.swift,\ ECDSASignature.swift,\ PEMDocument.swift,\ PKCS8PrivateKey.swift,\ SEC1PrivateKey.swift,\ SubjectPublicKeyInfo.swift,\ CryptoError_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/GeneralizedTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ObjectIdentifier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/ECDSASignature.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/PEMDocument.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/PKCS8PrivateKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/SEC1PrivateKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/SubjectPublicKeyInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/CryptoError_boring.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/GeneralizedTime.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/Basic\ ASN1\ Types/ObjectIdentifier.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/ECDSASignature.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/PEMDocument.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/PKCS8PrivateKey.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/SEC1PrivateKey.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/ASN1/SubjectPublicKeyInfo.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/CryptoError_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeychainAccess-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KeychainAccess-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling HPKE-Errors.swift, HPKE.swift, HPKE-Context.swift, HPKE-KeySchedule.swift, HPKE-Modes.swift, Insecure.swift, Insecure_HashFunctions.swift, KEM.swift (in target 'Crypto' from project 'swift-crypto')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftdoc (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.abi.json (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling MessageAuthenticationCode.swift, AES.swift, ECDSASignature_boring.swift, ECDSA_boring.swift, EdDSA_boring.swift, ECDSA.swift, Ed25519.swift, Signature.swift (in target 'Crypto' from project 'swift-crypto')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftsourceinfo (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Crypto-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-Swift.h (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Crypto-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftdoc (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.abi.json (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling X25519Keys_boring.swift, Curve25519.swift, Ed25519Keys.swift, NISTCurvesKeys.swift, X25519Keys.swift, SymmetricKeys.swift, HMAC.swift, MACFunctions.swift (in target 'Crypto' from project 'swift-crypto')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftsourceinfo (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ CryptoKitErrors.swift,\ Digest_boring.swift,\ Digest.swift,\ Digests.swift,\ HashFunctions.swift,\ HashFunctions_SHA2.swift,\ HPKE-AEAD.swift,\ HPKE-Ciphersuite.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/CryptoKitErrors.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/BoringSSL/Digest_boring.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/Digest.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/Digests.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/HashFunctions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/HashFunctions_SHA2.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-AEAD.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-Ciphersuite.swift (in target 'Crypto' from project 'swift-crypto')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/CryptoKitErrors.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/BoringSSL/Digest_boring.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/Digest.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/Digests.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/HashFunctions.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/Digests/HashFunctions_SHA2.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-AEAD.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto/Sources/Crypto/HPKE/Ciphersuite/HPKE-Ciphersuite.swift (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ASN1BitString.swift, ASN1Boolean.swift, ASN1Identifier.swift, ASN1Integer.swift, ASN1Null.swift, ASN1OctetString.swift, ASN1Strings.swift, ArraySliceBigint.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriverJobDiscovery normal arm64 Compiling HPKE-KDF.swift, HPKE-KexKeyDerivation.swift, HPKE-LabeledExtract.swift, HPKE-Utils.swift, DHKEM.swift, HPKE-KEM-Curve25519.swift, HPKE-NIST-EC-KEMs.swift, HPKE-KEM.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriverJobDiscovery normal arm64 Compiling GeneralizedTime.swift, ObjectIdentifier.swift, ECDSASignature.swift, PEMDocument.swift, PKCS8PrivateKey.swift, SEC1PrivateKey.swift, SubjectPublicKeyInfo.swift, CryptoError_boring.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriverJobDiscovery normal arm64 Compiling CryptoKitErrors_boring.swift, RNG_boring.swift, SafeCompare_boring.swift, Zeroization_boring.swift, PrettyBytes.swift, SafeCompare.swift, SecureBytes.swift, Zeroization.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AES-GCM.swift, AES-GCM_boring.swift, ChaChaPoly_boring.swift, ChaChaPoly.swift, Cipher.swift, Nonces.swift, ASN1.swift, ASN1Any.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriverJobDiscovery normal arm64 Compiling ECDH_boring.swift, DH.swift, ECDH.swift, HKDF.swift, AESWrap.swift, AESWrap_boring.swift, Ed25519_boring.swift, NISTCurvesKeys_boring.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriver BSWFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BSWFoundation -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-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/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_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/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.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/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Keychain.swift (in target 'KeychainAccess' from project 'KeychainAccess')
SwiftDriver\ Compilation KeychainAccess normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name KeychainAccess -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_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/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.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/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-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/KeychainAccess.o normal (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.o
SwiftDriverJobDiscovery normal arm64 Compiling CryptoKitErrors.swift, Digest_boring.swift, Digest.swift, Digests.swift, HashFunctions.swift, HashFunctions_SHA2.swift, HPKE-AEAD.swift, HPKE-Ciphersuite.swift (in target 'Crypto' from project 'swift-crypto')
SwiftDriver\ Compilation Crypto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Crypto -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DCRYPTO_IN_SWIFTPM -DXcode -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swift_crypto -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_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/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.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/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-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/Crypto.o normal (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -w -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.o
ExtractAppIntentsMetadata (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.T899zN/Metal.xctoolchain --module-name KeychainAccess --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier keychainaccess.KeychainAccess --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/KeychainAccess.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/KeychainAccess.build/Debug-xros/KeychainAccess.build/Objects-normal/arm64/KeychainAccess.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 05:20:29.807 appintentsmetadataprocessor[877:5056] Starting appintentsmetadataprocessor export
2026-04-19 05:20:30.128 appintentsmetadataprocessor[877:5056] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.T899zN/Metal.xctoolchain --module-name Crypto --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier swift-crypto.Crypto --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Crypto.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-crypto.build/Debug-xros/Crypto.build/Objects-normal/arm64/Crypto.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-19 05:20:29.811 appintentsmetadataprocessor[878:5058] Starting appintentsmetadataprocessor export
2026-04-19 05:20:30.128 appintentsmetadataprocessor[878:5058] Extracted no relevant App Intents symbols, skipping writing output
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-7YY1YWNK5RJ1L5PT0R8GATWBI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-C41A3QGCM1YYJNI7YRH3ZKU8F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1OT2ROK20XTH9ADDS9YILR71T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-CKA43H4J856XAK8467CMSTRYN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-SEU7M0Z3UU3ECB3MXH41MTTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-2Y1DNGB0APBU37UCM85USN5Y7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C21NR73BQS9YG84UF3Z27MZO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-BWITQRLOAUXY4J5EOQVH70S40.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-5FHCG9W8AOEJ547P8R0LSBI27.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-AV4T6NB9MX6FXUSNVLM60WU35.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-9F06RGJJQSDB3CAB2FUUZLYOT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6C7U720J1A7CX6SY1HA6Y4ABQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2VHBA2ITX47FXGDI0ECTM0J5J.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-1UZDUXFNH2LE5XBXBIMGCD3RJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-9GLAF4Q49LDEVGMXLL96RQSVX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-1BK14W3VDJTL3BNFXE3OYQWPK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DOZ9OALAIXSON0S4A162ZO3RH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-88QYID429OP0RJV4X7NPHPT2W.pcm
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.o (in target 'KeychainAccess' from project 'KeychainAccess')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/KeychainAccess
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KeychainAccess.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.o (in target 'Crypto' from project 'swift-crypto')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-crypto
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Crypto.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-B2YPZM6W0IOL2GX00XNRS4TO5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-5MAD45BWGS8P30UMUJFGZ7LVH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-BHB2AXKXK7HNT33V5WH5L4PHZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-ES7TF84IHLHY68XC8B13D06G2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-CH0YEHE89REKJW64S77ZBPVT6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-CB1E2Y5DHG10RUFYUNP5BII37.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-2JEYRPXOLD9YNF4DBVAINHNJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-8APAWVF8FFUPC0VL9BIGF8N03.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8OM0E0PQ5C6PZYQVGYD252RWL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-94IVTH1ZB7XMMQR8GFP7ZGDF6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-67PR8RFP277YDC0MV0TJU5MVL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-EQ34JLPOTJ9Y97X9GLUKOYMWR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-AHUOJ6YIJG1AFU3D13EUHFJBB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/LocalAuthentication-1I0TCRPYRY6SF6CWV0XVHWF86.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-3JGPU3DQFENWE43VURHH69EFC.pcm
SwiftCompile normal arm64 Compiling\ ProcessInfo.swift,\ ProgressObserver.swift,\ Random.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BSWFoundation (in target 'BSWFoundation' from project 'BSWFoundation')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Date+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Error+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Observation+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/ModuleConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/FailableCodableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift -target arm64-apple-xros1.0 -module-can-import-version Darwin 377.100.15 0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/swift-overrides.hmap -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/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BSWFoundation -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.abi.json
EmitSwiftModule normal arm64 (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift:118:29: error: cannot override 'locationManager' which has been marked unavailable
public nonisolated func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) {
^
CoreLocation.CLLocationManagerDelegate.locationManager:3:17: note: 'locationManager(_:didChangeAuthorization:)' has been explicitly marked unavailable here
optional func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus)}
^
SwiftCompile normal arm64 Compiling\ String+Crypto.swift,\ String+Utils.swift,\ Task.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Throttler.swift,\ UIApplication+Tests.swift,\ With.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONParser.swift,\ KeychainBacked.swift,\ UserDefaultsBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIClient.swift,\ Endpoint.swift,\ Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MockAPIClient.swift,\ Router.swift,\ AsyncStreamDispatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIClient+Error.swift,\ APIClient+Logging.swift,\ APIClient+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Date+Extensions.swift,\ Error+Extensions.swift,\ Observation+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Date+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Error+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Observation+Ext.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Date+Extensions.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Error+Extensions.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Observation+Ext.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AuthStorage.swift,\ Bundle+Extensions.swift,\ Collections.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LocationFetcher.swift,\ ModuleConstants.swift,\ FailableCodableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/ModuleConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/FailableCodableArray.swift (in target 'BSWFoundation' from project 'BSWFoundation')
2026-04-19 05:20:19.881 xcodebuild[749:4356] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ BSWFoundation (in target 'BSWFoundation' from project 'BSWFoundation')
EmitSwiftModule normal arm64 (in target 'BSWFoundation' from project 'BSWFoundation')
Building workspace spi-builder-workspace with scheme BSWFoundation
(3 failures)
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
BSWFoundation: /Users/admin/builder/spi-builder-workspace
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
resolved source packages: BSWFoundation, KeychainAccess, swift-asn1, swift-crypto
2026-04-19 05:20:32.943 xcodebuild[945:5386] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"dependencies" : [
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.12.3",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "BSWFoundation",
"name" : "BSWFoundation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "maccatalyst",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "BSWFoundation",
"targets" : [
"BSWFoundation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "BSWFoundationTests",
"module_type" : "SwiftTarget",
"name" : "BSWFoundationTests",
"path" : "Tests/BSWFoundationTests",
"sources" : [
"APIClient/APIClientErrorTests.swift",
"APIClient/APIClientTests.swift",
"APIClient/EnvironmentTests.swift",
"APIClient/RouterTests.swift",
"APIClient/Stubs.swift",
"AsyncStream/AsyncStreamDispatcherTests.swift",
"Extensions/Android.swift",
"Extensions/BundleTests.swift",
"Extensions/CollectionsTests.swift",
"Extensions/ObservationTests.swift",
"Extensions/ProgressObserverTests.swift",
"Extensions/StringTests.swift",
"Extensions/TaskTests.swift",
"Extensions/ThrottlerTests.swift",
"Extensions/UIApplicationTests.swift",
"Extensions/UserDefaultsBackedTests.swift",
"Parsing/JSONParserTests.swift"
],
"target_dependencies" : [
"BSWFoundation"
],
"type" : "test"
},
{
"c99name" : "BSWFoundation",
"module_type" : "SwiftTarget",
"name" : "BSWFoundation",
"path" : "Sources/BSWFoundation",
"product_dependencies" : [
"Crypto",
"KeychainAccess"
],
"product_memberships" : [
"BSWFoundation"
],
"sources" : [
"APIClient/APIClient+Error.swift",
"APIClient/APIClient+Logging.swift",
"APIClient/APIClient+URLSession.swift",
"APIClient/APIClient.swift",
"APIClient/Endpoint.swift",
"APIClient/Environment.swift",
"APIClient/Mocks/MockAPIClient.swift",
"APIClient/Router.swift",
"AsyncStream/AsyncStreamDispatcher.swift",
"AuthStorage/AuthStorage.swift",
"Extensions/Bundle+Extensions.swift",
"Extensions/Collections.swift",
"Extensions/Date+Extensions.swift",
"Extensions/Error+Extensions.swift",
"Extensions/Observation+Ext.swift",
"Extensions/ProcessInfo.swift",
"Extensions/ProgressObserver.swift",
"Extensions/Random.swift",
"Extensions/String+Crypto.swift",
"Extensions/String+Utils.swift",
"Extensions/Task.swift",
"Extensions/Throttler.swift",
"Extensions/UIApplication+Tests.swift",
"Extensions/With.swift",
"Location/LocationFetcher.swift",
"ModuleConstants.swift",
"Parse/FailableCodableArray.swift",
"Parse/JSONParser.swift",
"PropertyWrappers/KeychainBacked.swift",
"PropertyWrappers/UserDefaultsBacked.swift"
],
"type" : "library"
}
],
"tools_version" : "6.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"BSWFoundation"
]
}
}
2026-04-19 05:20:34.408 xcodebuild[968:5541] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme BSWFoundation -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme BSWFoundation -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
swift-asn1: https://github.com/apple/swift-asn1.git @ 1.7.0
KeychainAccess: https://github.com/kishikawakatsumi/KeychainAccess.git @ 4.2.2
BSWFoundation: /Users/admin/builder/spi-builder-workspace
swift-crypto: https://github.com/apple/swift-crypto.git @ 3.15.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
Target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'BSWFoundation' in project 'BSWFoundation'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess'
➜ Explicit dependency on target 'KeychainAccess' in project 'KeychainAccess'
Target 'KeychainAccess' in project 'KeychainAccess' (no dependencies)
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'Crypto' in project 'swift-crypto'
➜ Explicit dependency on target 'swift-crypto_Crypto' in project 'swift-crypto'
Target 'swift-crypto_Crypto' in project 'swift-crypto' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
SwiftDriver BSWFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name BSWFoundation -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-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/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_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/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.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/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ APIClient+Error.swift,\ APIClient+Logging.swift,\ APIClient+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AuthStorage.swift,\ Bundle+Extensions.swift,\ Collections.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ProcessInfo.swift,\ ProgressObserver.swift,\ Random.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Throttler.swift,\ UIApplication+Tests.swift,\ With.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ BSWFoundation (in target 'BSWFoundation' from project 'BSWFoundation')
Failed frontend command:
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Error.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient+URLSession.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AuthStorage/AuthStorage.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Bundle+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Collections.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Date+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Error+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Observation+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProcessInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/ProgressObserver.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Random.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Throttler.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/UIApplication+Tests.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/With.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/ModuleConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/FailableCodableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift -target arm64-apple-xros1.0 -module-can-import-version Darwin 377.100.15 0 -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -profile-generate -profile-coverage-mapping -swift-version 6 -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/swift-overrides.hmap -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/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name BSWFoundation -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -clang-target arm64-apple-xros26.4 -target-sdk-version 26.4 -target-sdk-name xros26.4 -in-process-plugin-server-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-primary-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation-primary-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/BSWFoundation.build/Debug-xros/BSWFoundation.build/Objects-normal/arm64/BSWFoundation.abi.json
EmitSwiftModule normal arm64 (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift:118:29: error: cannot override 'locationManager' which has been marked unavailable
public nonisolated func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus) {
^
CoreLocation.CLLocationManagerDelegate.locationManager:3:17: note: 'locationManager(_:didChangeAuthorization:)' has been explicitly marked unavailable here
optional func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus)}
^
SwiftCompile normal arm64 Compiling\ String+Crypto.swift,\ String+Utils.swift,\ Task.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Crypto.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/String+Utils.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Task.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ APIClient.swift,\ Endpoint.swift,\ Environment.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/APIClient.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Endpoint.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Environment.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ LocationFetcher.swift,\ ModuleConstants.swift,\ FailableCodableArray.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/ModuleConstants.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/FailableCodableArray.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Location/LocationFetcher.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/ModuleConstants.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/FailableCodableArray.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ MockAPIClient.swift,\ Router.swift,\ AsyncStreamDispatcher.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Mocks/MockAPIClient.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/APIClient/Router.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/AsyncStream/AsyncStreamDispatcher.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONParser.swift,\ KeychainBacked.swift,\ UserDefaultsBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Parse/JSONParser.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/KeychainBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/PropertyWrappers/UserDefaultsBacked.swift (in target 'BSWFoundation' from project 'BSWFoundation')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Date+Extensions.swift,\ Error+Extensions.swift,\ Observation+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Date+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Error+Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/BSWFoundation/Extensions/Observation+Ext.swift (in target 'BSWFoundation' from project 'BSWFoundation')
2026-04-19 05:20:35.500 xcodebuild[979:5599] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
SwiftEmitModule normal arm64 Emitting\ module\ for\ BSWFoundation (in target 'BSWFoundation' from project 'BSWFoundation')
EmitSwiftModule normal arm64 (in target 'BSWFoundation' from project 'BSWFoundation')
Building workspace spi-builder-workspace with scheme BSWFoundation
(3 failures)
BUILD FAILURE 6.3 visionOS