The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftSpellbook_macOS, reference main (49cd59), with Swift 6.3 for visionOS using Xcode 26.4 on 17 Apr 2026 13:44:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftSpellbook_macOS-Package -destination generic/platform=xrOS

Build Log

        "SpellbookXPC"
      ],
      "sources" : [
        "GUI/CGWindowInfo.swift",
        "GUI/Extensions - Coordinates.swift",
        "System & Hardware/Extensions - Process.swift",
        "System & Hardware/Extensions - ProcessInfo.swift",
        "System & Hardware/Sysctl.swift",
        "Users & Groups/ACL.swift",
        "Users & Groups/Membership.swift",
        "Users & Groups/UnixGroup.swift",
        "Users & Groups/UnixUser.swift"
      ],
      "target_dependencies" : [
        "s_membership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookLaunchctlTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookLaunchctlTests",
      "path" : "Launchctl/Tests/SpellbookLaunchctlTests",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "sources" : [
        "LaunchctlParsingTests.swift",
        "LiveTesting.swift",
        "ServiceParsingTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookLaunchctl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookLaunchctl",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookLaunchctl",
      "path" : "Launchctl/Sources/SpellbookLaunchctl",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookLaunchctl"
      ],
      "sources" : [
        "Internals/Error.swift",
        "Internals/OutputParser.swift",
        "Internals/Utils.swift",
        "Launchctl.swift",
        "Service.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookHDIUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookHDIUtilTests",
      "path" : "HDIUtil/Tests/SpellbookHDIUtilTests",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "sources" : [
        "HDIUtilTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookHDIUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookHDIUtil",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookHDIUtil",
      "path" : "HDIUtil/Sources/SpellbookHDIUtil",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookHDIUtil"
      ],
      "sources" : [
        "HDIUtil.swift",
        "HDIUtilParser.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookEndpointSecurityXPC",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurityXPC",
      "path" : "EndpointSecurity/Sources/SpellbookEndpointSecurityXPC",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookEndpointSecurityXPC"
      ],
      "sources" : [
        "ESXPCClient.swift",
        "ESXPCConnection.swift",
        "ESXPCInternals.swift",
        "ESXPCListener.swift"
      ],
      "target_dependencies" : [
        "SpellbookEndpointSecurity"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookEndpointSecurityTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurityTests",
      "path" : "EndpointSecurity/Tests/SpellbookEndpointSecurityTests",
      "product_dependencies" : [
        "SpellbookFoundation",
        "SpellbookTestUtils"
      ],
      "sources" : [
        "ESClientTests.swift",
        "ESClientTypesTests.swift",
        "ESListener/ESServiceTests.swift",
        "ESListener/MockESClient.swift",
        "ESMutePathTests.swift",
        "ESMuteProcessTests.swift",
        "MockNativeClient.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SpellbookEndpointSecurity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookEndpointSecurity",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurity",
      "path" : "EndpointSecurity/Sources/SpellbookEndpointSecurity",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookEndpointSecurity",
        "SpellbookEndpointSecurityXPC"
      ],
      "sources" : [
        "ESClient - Native/ESNativeClient.swift",
        "ESClient - Native/ESNativeTypeDescriptions.swift",
        "ESClient - Native/ESNativeTypeUtils.swift",
        "ESClient/ESClient.swift",
        "ESClient/ESClientProtocol.swift",
        "ESClient/ESClientTypes.swift",
        "ESClient/ESMessagePtr.swift",
        "ESClient/ESMutePath.swift",
        "ESClient/ESMuteProcess.swift",
        "ESMessage/ESConverter.swift",
        "ESMessage/ESTypes.swift",
        "ESService/ESService.swift",
        "ESService/ESServiceSubscriptionStore.swift",
        "ESService/ESSubscription.swift",
        "Log.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpellbookEndpointSecurity",
      "SpellbookEndpointSecurityXPC",
      "SpellbookHDIUtil",
      "SpellbookLaunchctl",
      "SpellbookMac",
      "SpellbookXPC",
      "SwiftSpellbook_macOS-Package"
    ]
  }
}
2026-04-17 09:44:15.063 xcodebuild[662:3908] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpellbookEndpointSecurity",
      "SpellbookEndpointSecurityXPC",
      "SpellbookHDIUtil",
      "SpellbookLaunchctl",
      "SpellbookMac",
      "SpellbookXPC",
      "SwiftSpellbook_macOS-Package"
    ]
  }
}
2026-04-17 09:44:16.202 xcodebuild[675:4003] [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 SwiftSpellbook_macOS-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftSpellbook_macOS-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftSpellbook_macOS: /Users/admin/builder/spi-builder-workspace
  SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 2.0.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
    Target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
    Target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
    Target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 's_membership' in project 'SwiftSpellbook_macOS' (no dependencies)
    Target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
    Target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
    Target '_SpellbookFoundationObjC' in project 'SwiftSpellbook' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x objective-c++ -c /dev/null
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/clang -v -E -dM -arch arm64 -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
Build description signature: 06a7c2bf917630b305c0926f71744c4b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/06a7c2bf917630b305c0926f71744c4b.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/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
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.DependencyStaticMetadataFileList (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.DependencyMetadataFileList (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.modulemap (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.DependencyStaticMetadataFileList (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.DependencyMetadataFileList (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.modulemap (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp
-fobjc-arc -fmodules -fno-cxx-modules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=_SpellbookFoundationObjC' '-D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_DEBUG' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -g -fvisibility-inlines-hidden -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/DerivedSources -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 -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/_SpellbookFoundationObjC.LinkFileList (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/_SpellbookFoundationObjC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC_const_extract_protocols.json (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.SwiftFileList (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.SwiftConstValuesFileList (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.LinkFileList (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC-OutputFileMap.json (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/Objects-normal/arm64/SpellbookXPC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.modulemap (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.modulemap (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/_SpellbookFoundationObjC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.DependencyStaticMetadataFileList (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.modulemap (in target 'SpellbookXPC' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookXPC.build/SpellbookXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.DependencyMetadataFileList (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac_const_extract_protocols.json (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftFileList (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.LinkFileList (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftConstValuesFileList (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-OutputFileMap.json (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookMac.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.modulemap (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/SpellbookMac.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.modulemap (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.DependencyStaticMetadataFileList (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.DependencyMetadataFileList (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl_const_extract_protocols.json (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.SwiftFileList (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.SwiftConstValuesFileList (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.LinkFileList (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl-OutputFileMap.json (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/Objects-normal/arm64/SpellbookLaunchctl-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.modulemap (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookLaunchctl.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.modulemap (in target 'SpellbookLaunchctl' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookLaunchctl.build/SpellbookLaunchctl.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.DependencyStaticMetadataFileList (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.DependencyMetadataFileList (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil_const_extract_protocols.json (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.SwiftFileList (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.SwiftConstValuesFileList (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.LinkFileList (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil-OutputFileMap.json (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/Objects-normal/arm64/SpellbookHDIUtil-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.modulemap (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookHDIUtil.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.modulemap (in target 'SpellbookHDIUtil' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookHDIUtil.build/SpellbookHDIUtil.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.DependencyStaticMetadataFileList (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.DependencyMetadataFileList (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation_const_extract_protocols.json (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftFileList (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftConstValuesFileList (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.LinkFileList (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-OutputFileMap.json (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.modulemap (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.modulemap (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/SpellbookFoundation.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.DependencyStaticMetadataFileList (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.DependencyMetadataFileList (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC_const_extract_protocols.json (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.SwiftFileList (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.SwiftConstValuesFileList (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.LinkFileList (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC-OutputFileMap.json (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/Objects-normal/arm64/SpellbookEndpointSecurityXPC-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.modulemap (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookEndpointSecurityXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.modulemap (in target 'SpellbookEndpointSecurityXPC' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurityXPC.build/SpellbookEndpointSecurityXPC.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.DependencyStaticMetadataFileList (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.DependencyMetadataFileList (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftFileList (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity_const_extract_protocols.json (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.LinkFileList (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftConstValuesFileList (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-OutputFileMap.json (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookEndpointSecurity.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.modulemap (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/SpellbookEndpointSecurity.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.DependencyStaticMetadataFileList (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.modulemap (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.DependencyMetadataFileList (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing_const_extract_protocols.json (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-OutputFileMap.json (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftFileList (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftConstValuesFileList (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.LinkFileList (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookBinaryParsing.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.modulemap (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/SpellbookBinaryParsing.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/SpellbookObjC.o /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC/SpellbookObjC.mm normal arm64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp

    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -target arm64-apple-xros1.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -w -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/af3fcb34312c57c0f52879cdce924b91-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/SpellbookObjC.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/SpellbookObjC.dia -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC/SpellbookObjC.mm -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/SpellbookObjC.o -index-unit-output-path /SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/SpellbookObjC.o
SwiftDriver SpellbookFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    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 SpellbookFoundation -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 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 -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftmodule -user-module-version 2.0.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftspellbook -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-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/_SpellbookFoundationObjC.o normal (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    /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/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/_SpellbookFoundationObjC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/_SpellbookFoundationObjC_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/_SpellbookFoundationObjC.build/Objects-normal/arm64/_SpellbookFoundationObjC_dependency_info.dat -fobjc-arc -fobjc-link-runtime -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/_SpellbookFoundationObjC.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/_SpellbookFoundationObjC.o (in target '_SpellbookFoundationObjC' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/_SpellbookFoundationObjC.o
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_stdarg-2Y1DNGB0APBU37UCM85USN5Y7.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/_Builtin_float-CKA43H4J856XAK8467CMSTRYN.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/_AvailabilityInternal-SEU7M0Z3UU3ECB3MXH41MTTB.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/SwiftShims-9C21NR73BQS9YG84UF3Z27MZO.pcm
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/_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/sys_types-1UZDUXFNH2LE5XBXBIMGCD3RJ.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/_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
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/MachO-B2YPZM6W0IOL2GX00XNRS4TO5.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/CoreFoundation-2JEYRPXOLD9YNF4DBVAINHNJ.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/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/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/_SpellbookFoundationObjC-89LQZVIL44WQHWT0H2XCFDZY6.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ SpellbookFoundation (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
EmitSwiftModule normal arm64 (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extensions\ -\ Locks.swift,\ Extensions\ -\ Task.swift,\ PosixLocks.swift,\ Synchronized.swift,\ SynchronizedObjC.swift,\ SynchronousExecution.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ Task.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/PosixLocks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Synchronized.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/SynchronizedObjC.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/SynchronousExecution.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ Locks.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ Task.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/PosixLocks.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Synchronized.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/SynchronizedObjC.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/SynchronousExecution.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AuditToken.swift,\ BridgedCEnum.swift,\ MachTime.swift,\ POD+Swift.swift,\ Unsafe.swift,\ _ValueUpdateWrapping.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/AuditToken.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/BridgedCEnum.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/MachTime.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/POD+Swift.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/Unsafe.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Private/_ValueUpdateWrapping.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/AuditToken.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/BridgedCEnum.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/MachTime.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/POD+Swift.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Low\ Level/Unsafe.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Private/_ValueUpdateWrapping.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DictionaryWriter.swift,\ CommonError.swift,\ CustomErrorUpdating.swift,\ Extensions\ -\ Error.swift,\ Extensions\ -\ NSError.swift,\ IOKitError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryWriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/CommonError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/CustomErrorUpdating.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/Extensions\ -\ Error.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/Extensions\ -\ NSError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/IOKitError.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryWriter.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/CommonError.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/CustomErrorUpdating.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/Extensions\ -\ Error.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/Extensions\ -\ NSError.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Errors/IOKitError.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extensions\ -\ Combine.swift,\ Proxies\ -\ Combine.swift,\ Benchmark.swift,\ CancellationToken.swift,\ CollectionDiff.swift,\ Environment.swift,\ Exceptions.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Combine/Extensions\ -\ Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Combine/Proxies\ -\ Combine.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Benchmark.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/CancellationToken.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/CollectionDiff.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Environment.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Exceptions.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Combine/Extensions\ -\ Combine.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Combine/Proxies\ -\ Combine.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Benchmark.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/CancellationToken.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/CollectionDiff.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Environment.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Exceptions.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extensions\ -\ Codable.swift,\ Extensions\ -\ Collections.swift,\ Extensions\ -\ Comparable.swift,\ Extensions\ -\ Formatters.swift,\ Extensions\ -\ StandardTypes.swift,\ SBUnit.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Codable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Collections.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Comparable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Formatters.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ StandardTypes.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/SBUnit.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Codable.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Collections.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Comparable.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ Formatters.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Extensions\ -\ StandardTypes.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/SBUnit.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ EventAsk.swift,\ EventNotify.swift,\ ValueObservable.swift,\ ValueObserving.swift,\ ValueStore.swift,\ ValueView.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventNotify.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueObservable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueStore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueView.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventAsk.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/EventNotify.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueObservable.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueObserving.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueStore.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/ValueObserving/ValueView.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extensions\ -\ Bundle.swift,\ Extensions\ -\ FileManager.swift,\ FileEnumerator.swift,\ FileStore.swift,\ TemporaryDirectory.swift,\ Internal.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/Extensions\ -\ Bundle.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/Extensions\ -\ FileManager.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/FileEnumerator.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/FileStore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/TemporaryDirectory.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Internal.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/Extensions\ -\ Bundle.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/Extensions\ -\ FileManager.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/FileEnumerator.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/FileStore.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Filesystem\ &\ Bundle/TemporaryDirectory.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Internal.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UncheckedSendable.swift,\ Boxing.swift,\ Closure.swift,\ Refreshable.swift,\ Resource\ (RAII).swift,\ Types.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/UncheckedSendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Boxing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Closure.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Refreshable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Resource\ (RAII).swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Types.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/UncheckedSendable.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Boxing.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Closure.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Refreshable.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Resource\ (RAII).swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Types\ &\ PropertyWrappers/Types.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SpellbookLog.swift,\ Utils.swift,\ ValueBuilder.swift,\ WildcardExpression.swift,\ DictionaryCodingKey.swift,\ DictionaryReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/SpellbookLog.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Utils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/ValueBuilder.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/WildcardExpression.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryCodingKey.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryReader.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/SpellbookLog.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/Utils.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/ValueBuilder.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Common/WildcardExpression.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryCodingKey.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/DictionaryParsing/DictionaryReader.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeviceInfo.swift,\ Extensions\ -\ ProcessInfo.swift,\ Atomic.swift,\ BlockingQueue.swift,\ ConcurrentBlockOperation.swift,\ Extensions\ -\ DispatchQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/System\ &\ Hardware/DeviceInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/System\ &\ Hardware/Extensions\ -\ ProcessInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Atomic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/BlockingQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/ConcurrentBlockOperation.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ DispatchQueue.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/System\ &\ Hardware/DeviceInfo.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/System\ &\ Hardware/Extensions\ -\ ProcessInfo.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Atomic.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/BlockingQueue.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/ConcurrentBlockOperation.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundation/Threading\ &\ Concurrency/Extensions\ -\ DispatchQueue.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SpellbookFoundation (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriver\ Compilation\ Requirements SpellbookFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    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 SpellbookFoundation -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 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 -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftmodule -user-module-version 2.0.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftspellbook -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DictionaryWriter.swift, CommonError.swift, CustomErrorUpdating.swift, Extensions - Error.swift, Extensions - NSError.swift, IOKitError.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions - Bundle.swift, Extensions - FileManager.swift, FileEnumerator.swift, FileStore.swift, TemporaryDirectory.swift, Internal.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions - Codable.swift, Extensions - Collections.swift, Extensions - Comparable.swift, Extensions - Formatters.swift, Extensions - StandardTypes.swift, SBUnit.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookFoundation-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-Swift.h (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SpellbookFoundation-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftmodule (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftdoc (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.abi.json (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftsourceinfo (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook
    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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SpellbookFoundation.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SpellbookLog.swift, Utils.swift, ValueBuilder.swift, WildcardExpression.swift, DictionaryCodingKey.swift, DictionaryReader.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions - Locks.swift, Extensions - Task.swift, PosixLocks.swift, Synchronized.swift, SynchronizedObjC.swift, SynchronousExecution.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling DeviceInfo.swift, Extensions - ProcessInfo.swift, Atomic.swift, BlockingQueue.swift, ConcurrentBlockOperation.swift, Extensions - DispatchQueue.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling UncheckedSendable.swift, Boxing.swift, Closure.swift, Refreshable.swift, Resource (RAII).swift, Types.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriverJobDiscovery normal arm64 Compiling EventAsk.swift, EventNotify.swift, ValueObservable.swift, ValueObserving.swift, ValueStore.swift, ValueView.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriver SpellbookMac normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    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 SpellbookMac -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/MacShims/membership/module.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: error: Unable to resolve module dependency: 'AppKit'
import AppKit
       ^ (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: note: A dependency of main module 'SpellbookMac'
import AppKit
       ^ (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
SwiftDriver SpellbookEndpointSecurity normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    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 SpellbookEndpointSecurity -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: error: Unable to resolve module dependency: 'EndpointSecurity'
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: note: A dependency of main module 'SpellbookEndpointSecurity'
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeDescriptions.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeUtils.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClient.swift:24:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientProtocol.swift:24:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientTypes.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMessagePtr.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMutePath.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMuteProcess.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESConverter.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESTypes.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESService.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESServiceSubscriptionStore.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESSubscription.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions - Combine.swift, Proxies - Combine.swift, Benchmark.swift, CancellationToken.swift, CollectionDiff.swift, Environment.swift, Exceptions.swift (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
SwiftDriver SpellbookBinaryParsing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    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 SpellbookBinaryParsing -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.swiftmodule -user-module-version 2.0.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftspellbook -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BinaryParsingError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryParsingError.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryWriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryWriter.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SpellbookBinaryParsing (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryReaderInput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryReaderInput.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryWriterOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryWriterOutput.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryReader.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
2026-04-17 09:44:18.396 xcodebuild[681:4043] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: error: unable to resolve module dependency: 'AppKit'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: note: a dependency of main module 'SpellbookMac'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: error: unable to resolve module dependency: 'EndpointSecurity'
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: note: a dependency of main module 'SpellbookEndpointSecurity'
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeDescriptions.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeUtils.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClient.swift:24:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientProtocol.swift:24:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientTypes.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMessagePtr.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMutePath.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMuteProcess.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESConverter.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESTypes.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESService.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESServiceSubscriptionStore.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESSubscription.swift:23:8: note: also imported here
import EndpointSecurity
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SpellbookMac normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
	SwiftDriver SpellbookEndpointSecurity normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
	Building workspace spi-builder-workspace with scheme SwiftSpellbook_macOS-Package
(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:
  SwiftSpellbook_macOS: /Users/admin/builder/spi-builder-workspace
  SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 2.0.1
resolved source packages: SwiftSpellbook_macOS, SwiftSpellbook
2026-04-17 09:44:30.607 xcodebuild[794:4667] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swiftspellbook",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alkenso/SwiftSpellbook.git"
    }
  ],
  "manifest_display_name" : "SwiftSpellbook_macOS",
  "name" : "SwiftSpellbook_macOS",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SpellbookMac",
      "targets" : [
        "SpellbookMac"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpellbookEndpointSecurity",
      "targets" : [
        "SpellbookEndpointSecurity"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpellbookEndpointSecurityXPC",
      "targets" : [
        "SpellbookEndpointSecurityXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpellbookHDIUtil",
      "targets" : [
        "SpellbookHDIUtil"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpellbookLaunchctl",
      "targets" : [
        "SpellbookLaunchctl"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SpellbookXPC",
      "targets" : [
        "SpellbookXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "s_xar",
      "targets" : [
        "s_xar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "s_membership",
      "targets" : [
        "s_membership"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "s_libproc",
      "targets" : [
        "s_libproc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "s_xar",
      "module_type" : "SystemLibraryTarget",
      "name" : "s_xar",
      "path" : "MacShims/xar",
      "product_memberships" : [
        "s_xar"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "s_membership",
      "module_type" : "SystemLibraryTarget",
      "name" : "s_membership",
      "path" : "MacShims/membership",
      "product_memberships" : [
        "SpellbookMac",
        "SpellbookHDIUtil",
        "SpellbookLaunchctl",
        "SpellbookXPC",
        "s_membership"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "s_libproc",
      "module_type" : "SystemLibraryTarget",
      "name" : "s_libproc",
      "path" : "MacShims/libproc",
      "product_memberships" : [
        "s_libproc"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    },
    {
      "c99name" : "SpellbookXPCTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookXPCTests",
      "path" : "XPC/Tests/SpellbookXPCTests",
      "product_dependencies" : [
        "SpellbookFoundation",
        "SpellbookTestUtils"
      ],
      "sources" : [
        "XPCClientTests.swift",
        "XPCTransportTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookXPC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookXPC",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookXPC",
      "path" : "XPC/Sources/SpellbookXPC",
      "product_dependencies" : [
        "SpellbookFoundation",
        "SpellbookBinaryParsing"
      ],
      "product_memberships" : [
        "SpellbookXPC"
      ],
      "sources" : [
        "XPC Transport/XPCTransportConnection.swift",
        "XPC Transport/XPCTransportListener.swift",
        "XPC Transport/XPCTransportMessage.swift",
        "XPC Transport/XPCTransportUtils.swift",
        "XPCConnection/Utils.swift",
        "XPCConnection/XPCClient.swift",
        "XPCConnection/XPCConnection.swift",
        "XPCConnection/XPCInterface.swift",
        "XPCConnection/XPCListener.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookMacTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookMacTests",
      "path" : "Mac/Tests/SpellbookMacTests",
      "product_dependencies" : [
        "SpellbookFoundation",
        "SpellbookTestUtils"
      ],
      "sources" : [
        "GUITests/GUITests.swift",
        "System & Hardware/ProcessInfoTests.swift",
        "System & Hardware/ProcessTests.swift",
        "System & Hardware/SysctlTests.swift",
        "Users & Groups/ACLTests.swift",
        "Users & Groups/UnixTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookMac",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookMac",
      "path" : "Mac/Sources/SpellbookMac",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookMac",
        "SpellbookHDIUtil",
        "SpellbookLaunchctl",
        "SpellbookXPC"
      ],
      "sources" : [
        "GUI/CGWindowInfo.swift",
        "GUI/Extensions - Coordinates.swift",
        "System & Hardware/Extensions - Process.swift",
        "System & Hardware/Extensions - ProcessInfo.swift",
        "System & Hardware/Sysctl.swift",
        "Users & Groups/ACL.swift",
        "Users & Groups/Membership.swift",
        "Users & Groups/UnixGroup.swift",
        "Users & Groups/UnixUser.swift"
      ],
      "target_dependencies" : [
        "s_membership"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookLaunchctlTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookLaunchctlTests",
      "path" : "Launchctl/Tests/SpellbookLaunchctlTests",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "sources" : [
        "LaunchctlParsingTests.swift",
        "LiveTesting.swift",
        "ServiceParsingTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookLaunchctl"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookLaunchctl",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookLaunchctl",
      "path" : "Launchctl/Sources/SpellbookLaunchctl",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookLaunchctl"
      ],
      "sources" : [
        "Internals/Error.swift",
        "Internals/OutputParser.swift",
        "Internals/Utils.swift",
        "Launchctl.swift",
        "Service.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookHDIUtilTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookHDIUtilTests",
      "path" : "HDIUtil/Tests/SpellbookHDIUtilTests",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "sources" : [
        "HDIUtilTests.swift"
      ],
      "target_dependencies" : [
        "SpellbookHDIUtil"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookHDIUtil",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookHDIUtil",
      "path" : "HDIUtil/Sources/SpellbookHDIUtil",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookHDIUtil"
      ],
      "sources" : [
        "HDIUtil.swift",
        "HDIUtilParser.swift"
      ],
      "target_dependencies" : [
        "SpellbookMac"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookEndpointSecurityXPC",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurityXPC",
      "path" : "EndpointSecurity/Sources/SpellbookEndpointSecurityXPC",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookEndpointSecurityXPC"
      ],
      "sources" : [
        "ESXPCClient.swift",
        "ESXPCConnection.swift",
        "ESXPCInternals.swift",
        "ESXPCListener.swift"
      ],
      "target_dependencies" : [
        "SpellbookEndpointSecurity"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SpellbookEndpointSecurityTests",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurityTests",
      "path" : "EndpointSecurity/Tests/SpellbookEndpointSecurityTests",
      "product_dependencies" : [
        "SpellbookFoundation",
        "SpellbookTestUtils"
      ],
      "sources" : [
        "ESClientTests.swift",
        "ESClientTypesTests.swift",
        "ESListener/ESServiceTests.swift",
        "ESListener/MockESClient.swift",
        "ESMutePathTests.swift",
        "ESMuteProcessTests.swift",
        "MockNativeClient.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SpellbookEndpointSecurity"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpellbookEndpointSecurity",
      "module_type" : "SwiftTarget",
      "name" : "SpellbookEndpointSecurity",
      "path" : "EndpointSecurity/Sources/SpellbookEndpointSecurity",
      "product_dependencies" : [
        "SpellbookFoundation"
      ],
      "product_memberships" : [
        "SpellbookEndpointSecurity",
        "SpellbookEndpointSecurityXPC"
      ],
      "sources" : [
        "ESClient - Native/ESNativeClient.swift",
        "ESClient - Native/ESNativeTypeDescriptions.swift",
        "ESClient - Native/ESNativeTypeUtils.swift",
        "ESClient/ESClient.swift",
        "ESClient/ESClientProtocol.swift",
        "ESClient/ESClientTypes.swift",
        "ESClient/ESMessagePtr.swift",
        "ESClient/ESMutePath.swift",
        "ESClient/ESMuteProcess.swift",
        "ESMessage/ESConverter.swift",
        "ESMessage/ESTypes.swift",
        "ESService/ESService.swift",
        "ESService/ESServiceSubscriptionStore.swift",
        "ESService/ESSubscription.swift",
        "Log.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpellbookEndpointSecurity",
      "SpellbookEndpointSecurityXPC",
      "SpellbookHDIUtil",
      "SpellbookLaunchctl",
      "SpellbookMac",
      "SpellbookXPC",
      "SwiftSpellbook_macOS-Package"
    ]
  }
}
2026-04-17 09:44:32.020 xcodebuild[807:4772] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpellbookEndpointSecurity",
      "SpellbookEndpointSecurityXPC",
      "SpellbookHDIUtil",
      "SpellbookLaunchctl",
      "SpellbookMac",
      "SpellbookXPC",
      "SwiftSpellbook_macOS-Package"
    ]
  }
}
2026-04-17 09:44:33.162 xcodebuild[814:4827] [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 SwiftSpellbook_macOS-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftSpellbook_macOS-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SwiftSpellbook: https://github.com/Alkenso/SwiftSpellbook.git @ 2.0.1
  SwiftSpellbook_macOS: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (18 targets)
    Target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
    Target 'SpellbookXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
    Target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookBinaryParsing' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookLaunchctl' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookHDIUtil' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookMac' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 's_membership' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 's_membership' in project 'SwiftSpellbook_macOS' (no dependencies)
    Target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurityXPC' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookEndpointSecurity' in project 'SwiftSpellbook_macOS'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
    Target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
    Target 'SpellbookFoundation' in project 'SwiftSpellbook'
        ➜ Explicit dependency on target '_SpellbookFoundationObjC' in project 'SwiftSpellbook'
    Target '_SpellbookFoundationObjC' in project 'SwiftSpellbook' (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 SpellbookMac normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
    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 SpellbookMac -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/MacShims/membership/module.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookMac.build/Objects-normal/arm64/SpellbookMac-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: error: Unable to resolve module dependency: 'AppKit'
import AppKit
       ^ (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: note: A dependency of main module 'SpellbookMac'
import AppKit
       ^ (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
SwiftDriver SpellbookFoundation normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookFoundation' from project 'SwiftSpellbook')
    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 SpellbookFoundation -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 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 -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation.swiftmodule -user-module-version 2.0.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftspellbook -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.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/SwiftSpellbook.build/Debug-xros/SpellbookFoundation.build/Objects-normal/arm64/SpellbookFoundation-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SpellbookEndpointSecurity normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
    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 SpellbookEndpointSecurity -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.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/SwiftSpellbook_macOS.build/Debug-xros/SpellbookEndpointSecurity.build/Objects-normal/arm64/SpellbookEndpointSecurity-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: error: Unable to resolve module dependency: 'EndpointSecurity'
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: note: A dependency of main module 'SpellbookEndpointSecurity'
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeDescriptions.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeUtils.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClient.swift:24:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientProtocol.swift:24:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientTypes.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMessagePtr.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMutePath.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMuteProcess.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESConverter.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESTypes.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESService.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESServiceSubscriptionStore.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESSubscription.swift:23:8: note: Also imported here
import EndpointSecurity
       ^ (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
SwiftDriver SpellbookBinaryParsing normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
    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 SpellbookBinaryParsing -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/_SpellbookFoundationObjC.modulemap -DXcode -enable-upcoming-feature NonisolatedNonsendingByDefault -enable-upcoming-feature InferIsolatedConformances -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 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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing.swiftmodule -user-module-version 2.0.1 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftspellbook -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookFoundationObjC -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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.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/SwiftSpellbook.build/Debug-xros/SpellbookBinaryParsing.build/Objects-normal/arm64/SpellbookBinaryParsing-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ BinaryWriterOutput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryWriterOutput.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryReaderInput.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryReaderInput.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftEmitModule normal arm64 Emitting\ module\ for\ SpellbookBinaryParsing (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryWriter.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryWriter.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryParsingError.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryParsingError.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
SwiftCompile normal arm64 Compiling\ BinaryReader.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftSpellbook/Sources/SpellbookBinaryParsing/BinaryReader.swift (in target 'SpellbookBinaryParsing' from project 'SwiftSpellbook')
2026-04-17 09:44:34.335 xcodebuild[842:5062] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: error: unable to resolve module dependency: 'AppKit'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/Mac/Sources/SpellbookMac/GUI/Extensions - Coordinates.swift:23:8: note: a dependency of main module 'SpellbookMac'
import AppKit
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: error: unable to resolve module dependency: 'EndpointSecurity'
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeClient.swift:23:8: note: a dependency of main module 'SpellbookEndpointSecurity'
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeDescriptions.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient - Native/ESNativeTypeUtils.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClient.swift:24:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientProtocol.swift:24:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESClientTypes.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMessagePtr.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMutePath.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESClient/ESMuteProcess.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESConverter.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESMessage/ESTypes.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESService.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESServiceSubscriptionStore.swift:23:8: note: also imported here
import EndpointSecurity
       ^
/Users/admin/builder/spi-builder-workspace/EndpointSecurity/Sources/SpellbookEndpointSecurity/ESService/ESSubscription.swift:23:8: note: also imported here
import EndpointSecurity
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SpellbookMac normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookMac' from project 'SwiftSpellbook_macOS')
	SwiftDriver SpellbookEndpointSecurity normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SpellbookEndpointSecurity' from project 'SwiftSpellbook_macOS')
	Building workspace spi-builder-workspace with scheme SwiftSpellbook_macOS-Package
(3 failures)
BUILD FAILURE 6.3 visionOS