The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SwiftCOM, reference main (28ad4b), with Swift 6.2 for visionOS using Xcode 26.0 on 10 Oct 2025 23:00:18 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/compnerd/swift-com.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/compnerd/swift-com
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 28ad4be Update swift.yml
Cloned https://github.com/compnerd/swift-com.git
Revision (git rev-parse @):
28ad4be2d142be022f0c16be4006f15f7ce34d8b
SUCCESS checkout https://github.com/compnerd/swift-com.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/compnerd/swift-com.git
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftCOM: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftCOM
2025-10-10 19:00:07.433 xcodebuild[521:3061] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCOM",
  "name" : "SwiftCOM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCOM",
      "targets" : [
        "SwiftCOM"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCOMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOMTests",
      "path" : "Tests/SwiftCOMTests",
      "sources" : [
        "IDXGIOutputTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCOM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCOM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOM",
      "path" : "Sources/SwiftCOM",
      "product_memberships" : [
        "SwiftCOM"
      ],
      "sources" : [
        "COMBase.swift",
        "DirectX.swift",
        "Extensions/COMTypes+Extensions.swift",
        "Extensions/DirectX+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/WinSDK+Extensions.swift",
        "Extensions/stdlib+Extensions.swift",
        "Implementation/Human/IFileOperationProgressSink.swift",
        "Interfaces/Human/IBindCtx.swift",
        "Interfaces/Human/ID3D12CommandAllocator.swift",
        "Interfaces/Human/ID3D12CommandList.swift",
        "Interfaces/Human/ID3D12CommandQueue.swift",
        "Interfaces/Human/ID3D12CommandSignature.swift",
        "Interfaces/Human/ID3D12Debug.swift",
        "Interfaces/Human/ID3D12DescriptorHeap.swift",
        "Interfaces/Human/ID3D12Device.swift",
        "Interfaces/Human/ID3D12Device1.swift",
        "Interfaces/Human/ID3D12Device2.swift",
        "Interfaces/Human/ID3D12DeviceChild.swift",
        "Interfaces/Human/ID3D12Fence.swift",
        "Interfaces/Human/ID3D12GraphicsCommandList.swift",
        "Interfaces/Human/ID3D12Heap.swift",
        "Interfaces/Human/ID3D12InfoQueue.swift",
        "Interfaces/Human/ID3D12Object.swift",
        "Interfaces/Human/ID3D12Pageable.swift",
        "Interfaces/Human/ID3D12PipelineState.swift",
        "Interfaces/Human/ID3D12QueryHeap.swift",
        "Interfaces/Human/ID3D12Resource.swift",
        "Interfaces/Human/ID3D12RootSignature.swift",
        "Interfaces/Human/ID3D12StateObject.swift",
        "Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift",
        "Interfaces/Human/ID3DBlob.swift",
        "Interfaces/Human/IDXGIAdapter.swift",
        "Interfaces/Human/IDXGIAdapter1.swift",
        "Interfaces/Human/IDXGIAdapter2.swift",
        "Interfaces/Human/IDXGIAdapter3.swift",
        "Interfaces/Human/IDXGIAdapter4.swift",
        "Interfaces/Human/IDXGIDebug.swift",
        "Interfaces/Human/IDXGIDevice.swift",
        "Interfaces/Human/IDXGIDeviceSubObject.swift",
        "Interfaces/Human/IDXGIFactory.swift",
        "Interfaces/Human/IDXGIFactory1.swift",
        "Interfaces/Human/IDXGIFactory2.swift",
        "Interfaces/Human/IDXGIFactory3.swift",
        "Interfaces/Human/IDXGIFactory4.swift",
        "Interfaces/Human/IDXGIFactory5.swift",
        "Interfaces/Human/IDXGIFactory6.swift",
        "Interfaces/Human/IDXGIObject.swift",
        "Interfaces/Human/IDXGIOutput.swift",
        "Interfaces/Human/IDXGISurface.swift",
        "Interfaces/Human/IDXGISwapChain.swift",
        "Interfaces/Human/IDXGISwapChain1.swift",
        "Interfaces/Human/IDXGISwapChain2.swift",
        "Interfaces/Human/IDXGISwapChain3.swift",
        "Interfaces/Human/IDXGISwapChain4.swift",
        "Interfaces/Human/IEnumMoniker.swift",
        "Interfaces/Human/IEnumString.swift",
        "Interfaces/Human/IEnumUnknown.swift",
        "Interfaces/Human/IErrorLog.swift",
        "Interfaces/Human/IFileOperation.swift",
        "Interfaces/Human/IMalloc.swift",
        "Interfaces/Human/IMoniker.swift",
        "Interfaces/Human/IObjectWithPropertyKey.swift",
        "Interfaces/Human/IOperationsProgressDialog.swift",
        "Interfaces/Human/IPersist.swift",
        "Interfaces/Human/IPersistStream.swift",
        "Interfaces/Human/IPortableDeviceKeyCollection.swift",
        "Interfaces/Human/IPortableDevicePropVariantCollection.swift",
        "Interfaces/Human/IPortableDeviceValues.swift",
        "Interfaces/Human/IPortableDeviceValuesCollection.swift",
        "Interfaces/Human/IPropertyBag2.swift",
        "Interfaces/Human/IPropertyChange.swift",
        "Interfaces/Human/IPropertyChangeArray.swift",
        "Interfaces/Human/IPropertyStore.swift",
        "Interfaces/Human/IRunningObjectTable.swift",
        "Interfaces/Human/ISensor.swift",
        "Interfaces/Human/ISensorCollection.swift",
        "Interfaces/Human/ISensorDataReport.swift",
        "Interfaces/Human/ISensorEvents.swift",
        "Interfaces/Human/ISensorManager.swift",
        "Interfaces/Human/ISensorManagerEvents.swift",
        "Interfaces/Human/IShellItem.swift",
        "Interfaces/Human/IStream.swift",
        "Interfaces/Human/IWICBitmap.swift",
        "Interfaces/Human/IWICBitmapClipper.swift",
        "Interfaces/Human/IWICBitmapCodecInfo.swift",
        "Interfaces/Human/IWICBitmapDecoder.swift",
        "Interfaces/Human/IWICBitmapDecoderInfo.swift",
        "Interfaces/Human/IWICBitmapEncoder.swift",
        "Interfaces/Human/IWICBitmapEncoderInfo.swift",
        "Interfaces/Human/IWICBitmapFlipRotator.swift",
        "Interfaces/Human/IWICBitmapFrameDecode.swift",
        "Interfaces/Human/IWICBitmapFrameEncode.swift",
        "Interfaces/Human/IWICBitmapLock.swift",
        "Interfaces/Human/IWICBitmapScaler.swift",
        "Interfaces/Human/IWICBitmapSource.swift",
        "Interfaces/Human/IWICColorContext.swift",
        "Interfaces/Human/IWICColorTransform.swift",
        "Interfaces/Human/IWICComponentInfo.swift",
        "Interfaces/Human/IWICFastMetadataEncoder.swift",
        "Interfaces/Human/IWICFormatConverter.swift",
        "Interfaces/Human/IWICImagingFactory.swift",
        "Interfaces/Human/IWICMetadataQueryReader.swift",
        "Interfaces/Human/IWICMetadataQueryWriter.swift",
        "Interfaces/Human/IWICPalette.swift",
        "Interfaces/Human/IWICStream.swift",
        "Interfaces/ITypeComp.swift",
        "Interfaces/ITypeInfo.swift",
        "Interfaces/ITypeLib.swift",
        "Interfaces/IUnknown.swift",
        "Shell.swift",
        "Support/COMError.swift",
        "Support/Error.swift",
        "Support/RawTyped.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftCOM"
    ]
  }
}
2025-10-10 19:00:11.849 xcodebuild[604:3678] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCOM -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.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 SwiftCOM -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SwiftCOM: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftCOM' in project 'SwiftCOM'
        ➜ Explicit dependency on target 'SwiftCOM' in project 'SwiftCOM'
    Target 'SwiftCOM' in project 'SwiftCOM' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
Build description signature: 6a4e2c9366f46da91ab2199250d82463
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a4e2c9366f46da91ab2199250d82463.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.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/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.modulemap (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.DependencyMetadataFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.DependencyStaticMetadataFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/empty-SwiftCOM.plist (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/empty-SwiftCOM.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-OutputFileMap.json (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftConstValuesFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM_const_extract_protocols.json (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.LinkFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/SwiftCOM.DependencyStaticMetadataFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/SwiftCOM.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/SwiftCOM.DependencyMetadataFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/SwiftCOM.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/Objects-normal/arm64/SwiftCOM.LinkFileList (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM\ product.build/Objects-normal/arm64/SwiftCOM.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftCOM.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.modulemap (in target 'SwiftCOM' from project 'SwiftCOM')
    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/SwiftCOM.build/Debug-xros/SwiftCOM.build/SwiftCOM.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCOM.framework (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks/SwiftCOM.framework
SwiftDriver SwiftCOM normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCOM -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-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/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.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/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: error: Unable to find module dependency: 'WinSDK'
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: note: A dependency of main module 'SwiftCOM'
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/DirectX.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/COMTypes+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/DirectX+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:5:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/WinSDK+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Implementation/Human/IFileOperationProgressSink.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IBindCtx.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandAllocator.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandList.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandQueue.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandSignature.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Debug.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DescriptorHeap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DeviceChild.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Fence.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12GraphicsCommandList.swift:8:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Heap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12InfoQueue.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Object.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Pageable.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12PipelineState.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12QueryHeap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Resource.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12RootSignature.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12StateObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:5:8: note: Also imported here
import WinSDK.DirectX
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3DBlob.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDebug.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDevice.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDeviceSubObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory5.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory6.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIOutput.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISurface.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumMoniker.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumString.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumUnknown.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IErrorLog.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IFileOperation.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMalloc.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMoniker.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IObjectWithPropertyKey.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IOperationsProgressDialog.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersist.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersistStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceKeyCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDevicePropVariantCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValues.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValuesCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyBag2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChange.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChangeArray.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyStore.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IRunningObjectTable.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensor.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorDataReport.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorEvents.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManager.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManagerEvents.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IShellItem.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapClipper.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapCodecInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoderInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoderInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFlipRotator.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameDecode.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameEncode.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapLock.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapScaler.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapSource.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorContext.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorTransform.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICComponentInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFastMetadataEncoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFormatConverter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICImagingFactory.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryReader.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryWriter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICPalette.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeComp.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeLib.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/IUnknown.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Shell.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/COMError.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/Error.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/RawTyped.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: error: Unable to find module dependency: 'ucrt'
import ucrt
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: note: A dependency of main module 'SwiftCOM'
import ucrt
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
2025-10-10 19:00:13.143 xcodebuild[606:3712] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: error: Unable to find module dependency: 'WinSDK'
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: note: a dependency of main module 'SwiftCOM'
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/DirectX.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/COMTypes+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/DirectX+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:5:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/WinSDK+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Implementation/Human/IFileOperationProgressSink.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IBindCtx.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandAllocator.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandList.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandQueue.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandSignature.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Debug.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DescriptorHeap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DeviceChild.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Fence.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12GraphicsCommandList.swift:8:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Heap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12InfoQueue.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Object.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Pageable.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12PipelineState.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12QueryHeap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Resource.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12RootSignature.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12StateObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:5:8: note: also imported here
import WinSDK.DirectX
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3DBlob.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDebug.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDevice.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDeviceSubObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory5.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory6.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIOutput.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISurface.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumMoniker.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumString.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumUnknown.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IErrorLog.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IFileOperation.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMalloc.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMoniker.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IObjectWithPropertyKey.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IOperationsProgressDialog.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersist.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersistStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceKeyCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDevicePropVariantCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValues.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValuesCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyBag2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChange.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChangeArray.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyStore.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IRunningObjectTable.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensor.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorDataReport.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorEvents.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManager.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManagerEvents.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IShellItem.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapClipper.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapCodecInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoderInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoderInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFlipRotator.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameDecode.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameEncode.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapLock.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapScaler.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapSource.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorContext.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorTransform.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICComponentInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFastMetadataEncoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFormatConverter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICImagingFactory.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryReader.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryWriter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICPalette.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeComp.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeLib.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/IUnknown.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Shell.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/COMError.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/Error.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/RawTyped.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: error: Unable to find module dependency: 'ucrt'
import ucrt
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: note: a dependency of main module 'SwiftCOM'
import ucrt
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftCOM normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCOM' from project 'SwiftCOM')
	Building workspace spi-builder-workspace with scheme SwiftCOM
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftCOM: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftCOM
2025-10-10 19:00:16.316 xcodebuild[631:3857] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCOM",
  "name" : "SwiftCOM",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCOM",
      "targets" : [
        "SwiftCOM"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftCOMTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOMTests",
      "path" : "Tests/SwiftCOMTests",
      "sources" : [
        "IDXGIOutputTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCOM"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCOM",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCOM",
      "path" : "Sources/SwiftCOM",
      "product_memberships" : [
        "SwiftCOM"
      ],
      "sources" : [
        "COMBase.swift",
        "DirectX.swift",
        "Extensions/COMTypes+Extensions.swift",
        "Extensions/DirectX+Extensions.swift",
        "Extensions/String+Extensions.swift",
        "Extensions/WinSDK+Extensions.swift",
        "Extensions/stdlib+Extensions.swift",
        "Implementation/Human/IFileOperationProgressSink.swift",
        "Interfaces/Human/IBindCtx.swift",
        "Interfaces/Human/ID3D12CommandAllocator.swift",
        "Interfaces/Human/ID3D12CommandList.swift",
        "Interfaces/Human/ID3D12CommandQueue.swift",
        "Interfaces/Human/ID3D12CommandSignature.swift",
        "Interfaces/Human/ID3D12Debug.swift",
        "Interfaces/Human/ID3D12DescriptorHeap.swift",
        "Interfaces/Human/ID3D12Device.swift",
        "Interfaces/Human/ID3D12Device1.swift",
        "Interfaces/Human/ID3D12Device2.swift",
        "Interfaces/Human/ID3D12DeviceChild.swift",
        "Interfaces/Human/ID3D12Fence.swift",
        "Interfaces/Human/ID3D12GraphicsCommandList.swift",
        "Interfaces/Human/ID3D12Heap.swift",
        "Interfaces/Human/ID3D12InfoQueue.swift",
        "Interfaces/Human/ID3D12Object.swift",
        "Interfaces/Human/ID3D12Pageable.swift",
        "Interfaces/Human/ID3D12PipelineState.swift",
        "Interfaces/Human/ID3D12QueryHeap.swift",
        "Interfaces/Human/ID3D12Resource.swift",
        "Interfaces/Human/ID3D12RootSignature.swift",
        "Interfaces/Human/ID3D12StateObject.swift",
        "Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift",
        "Interfaces/Human/ID3DBlob.swift",
        "Interfaces/Human/IDXGIAdapter.swift",
        "Interfaces/Human/IDXGIAdapter1.swift",
        "Interfaces/Human/IDXGIAdapter2.swift",
        "Interfaces/Human/IDXGIAdapter3.swift",
        "Interfaces/Human/IDXGIAdapter4.swift",
        "Interfaces/Human/IDXGIDebug.swift",
        "Interfaces/Human/IDXGIDevice.swift",
        "Interfaces/Human/IDXGIDeviceSubObject.swift",
        "Interfaces/Human/IDXGIFactory.swift",
        "Interfaces/Human/IDXGIFactory1.swift",
        "Interfaces/Human/IDXGIFactory2.swift",
        "Interfaces/Human/IDXGIFactory3.swift",
        "Interfaces/Human/IDXGIFactory4.swift",
        "Interfaces/Human/IDXGIFactory5.swift",
        "Interfaces/Human/IDXGIFactory6.swift",
        "Interfaces/Human/IDXGIObject.swift",
        "Interfaces/Human/IDXGIOutput.swift",
        "Interfaces/Human/IDXGISurface.swift",
        "Interfaces/Human/IDXGISwapChain.swift",
        "Interfaces/Human/IDXGISwapChain1.swift",
        "Interfaces/Human/IDXGISwapChain2.swift",
        "Interfaces/Human/IDXGISwapChain3.swift",
        "Interfaces/Human/IDXGISwapChain4.swift",
        "Interfaces/Human/IEnumMoniker.swift",
        "Interfaces/Human/IEnumString.swift",
        "Interfaces/Human/IEnumUnknown.swift",
        "Interfaces/Human/IErrorLog.swift",
        "Interfaces/Human/IFileOperation.swift",
        "Interfaces/Human/IMalloc.swift",
        "Interfaces/Human/IMoniker.swift",
        "Interfaces/Human/IObjectWithPropertyKey.swift",
        "Interfaces/Human/IOperationsProgressDialog.swift",
        "Interfaces/Human/IPersist.swift",
        "Interfaces/Human/IPersistStream.swift",
        "Interfaces/Human/IPortableDeviceKeyCollection.swift",
        "Interfaces/Human/IPortableDevicePropVariantCollection.swift",
        "Interfaces/Human/IPortableDeviceValues.swift",
        "Interfaces/Human/IPortableDeviceValuesCollection.swift",
        "Interfaces/Human/IPropertyBag2.swift",
        "Interfaces/Human/IPropertyChange.swift",
        "Interfaces/Human/IPropertyChangeArray.swift",
        "Interfaces/Human/IPropertyStore.swift",
        "Interfaces/Human/IRunningObjectTable.swift",
        "Interfaces/Human/ISensor.swift",
        "Interfaces/Human/ISensorCollection.swift",
        "Interfaces/Human/ISensorDataReport.swift",
        "Interfaces/Human/ISensorEvents.swift",
        "Interfaces/Human/ISensorManager.swift",
        "Interfaces/Human/ISensorManagerEvents.swift",
        "Interfaces/Human/IShellItem.swift",
        "Interfaces/Human/IStream.swift",
        "Interfaces/Human/IWICBitmap.swift",
        "Interfaces/Human/IWICBitmapClipper.swift",
        "Interfaces/Human/IWICBitmapCodecInfo.swift",
        "Interfaces/Human/IWICBitmapDecoder.swift",
        "Interfaces/Human/IWICBitmapDecoderInfo.swift",
        "Interfaces/Human/IWICBitmapEncoder.swift",
        "Interfaces/Human/IWICBitmapEncoderInfo.swift",
        "Interfaces/Human/IWICBitmapFlipRotator.swift",
        "Interfaces/Human/IWICBitmapFrameDecode.swift",
        "Interfaces/Human/IWICBitmapFrameEncode.swift",
        "Interfaces/Human/IWICBitmapLock.swift",
        "Interfaces/Human/IWICBitmapScaler.swift",
        "Interfaces/Human/IWICBitmapSource.swift",
        "Interfaces/Human/IWICColorContext.swift",
        "Interfaces/Human/IWICColorTransform.swift",
        "Interfaces/Human/IWICComponentInfo.swift",
        "Interfaces/Human/IWICFastMetadataEncoder.swift",
        "Interfaces/Human/IWICFormatConverter.swift",
        "Interfaces/Human/IWICImagingFactory.swift",
        "Interfaces/Human/IWICMetadataQueryReader.swift",
        "Interfaces/Human/IWICMetadataQueryWriter.swift",
        "Interfaces/Human/IWICPalette.swift",
        "Interfaces/Human/IWICStream.swift",
        "Interfaces/ITypeComp.swift",
        "Interfaces/ITypeInfo.swift",
        "Interfaces/ITypeLib.swift",
        "Interfaces/IUnknown.swift",
        "Shell.swift",
        "Support/COMError.swift",
        "Support/Error.swift",
        "Support/RawTyped.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftCOM"
    ]
  }
}
2025-10-10 19:00:17.251 xcodebuild[639:3920] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftCOM -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.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 SwiftCOM -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SwiftCOM: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftCOM' in project 'SwiftCOM'
        ➜ Explicit dependency on target 'SwiftCOM' in project 'SwiftCOM'
    Target 'SwiftCOM' in project 'SwiftCOM' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache
SwiftDriver SwiftCOM normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCOM' from project 'SwiftCOM')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftCOM -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M336-8bc37e7eb40af32ceea9b4340296f08d.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-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/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftCOM.build/Debug-xros/SwiftCOM.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/SwiftCOM.build/Debug-xros/SwiftCOM.build/Objects-normal/arm64/SwiftCOM-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: error: Unable to find module dependency: 'WinSDK'
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: note: A dependency of main module 'SwiftCOM'
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/DirectX.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/COMTypes+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/DirectX+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:5:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/WinSDK+Extensions.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Implementation/Human/IFileOperationProgressSink.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IBindCtx.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandAllocator.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandList.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandQueue.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandSignature.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Debug.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DescriptorHeap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DeviceChild.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Fence.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12GraphicsCommandList.swift:8:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Heap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12InfoQueue.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Object.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Pageable.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12PipelineState.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12QueryHeap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Resource.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12RootSignature.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12StateObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:5:8: note: Also imported here
import WinSDK.DirectX
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3DBlob.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDebug.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDevice.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDeviceSubObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory5.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory6.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIObject.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIOutput.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISurface.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain1.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain3.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain4.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumMoniker.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumString.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumUnknown.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IErrorLog.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IFileOperation.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMalloc.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMoniker.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IObjectWithPropertyKey.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IOperationsProgressDialog.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersist.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersistStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceKeyCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDevicePropVariantCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValues.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValuesCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyBag2.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChange.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChangeArray.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyStore.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IRunningObjectTable.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensor.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorCollection.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorDataReport.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorEvents.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManager.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManagerEvents.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IShellItem.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmap.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapClipper.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapCodecInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoderInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoderInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFlipRotator.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameDecode.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameEncode.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapLock.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapScaler.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapSource.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorContext.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorTransform.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICComponentInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFastMetadataEncoder.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFormatConverter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICImagingFactory.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryReader.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryWriter.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICPalette.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICStream.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeComp.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeInfo.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeLib.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/IUnknown.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Shell.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/COMError.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/Error.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/RawTyped.swift:4:8: note: Also imported here
import WinSDK
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: error: Unable to find module dependency: 'ucrt'
import ucrt
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: note: A dependency of main module 'SwiftCOM'
import ucrt
       ^ (in target 'SwiftCOM' from project 'SwiftCOM')
2025-10-10 19:00:17.992 xcodebuild[641:3951] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: error: Unable to find module dependency: 'WinSDK'
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/COMBase.swift:4:8: note: a dependency of main module 'SwiftCOM'
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/DirectX.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/COMTypes+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/DirectX+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:5:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/WinSDK+Extensions.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Implementation/Human/IFileOperationProgressSink.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IBindCtx.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandAllocator.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandList.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandQueue.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12CommandSignature.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Debug.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DescriptorHeap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Device2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12DeviceChild.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Fence.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12GraphicsCommandList.swift:8:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Heap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12InfoQueue.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Object.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Pageable.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12PipelineState.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12QueryHeap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12Resource.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12RootSignature.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12StateObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3D12VersionedRootSignatureDeserializer.swift:5:8: note: also imported here
import WinSDK.DirectX
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ID3DBlob.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIAdapter4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDebug.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDevice.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIDeviceSubObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory5.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIFactory6.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIObject.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGIOutput.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISurface.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain1.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain3.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IDXGISwapChain4.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumMoniker.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumString.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IEnumUnknown.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IErrorLog.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IFileOperation.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMalloc.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IMoniker.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IObjectWithPropertyKey.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IOperationsProgressDialog.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersist.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPersistStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceKeyCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDevicePropVariantCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValues.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPortableDeviceValuesCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyBag2.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChange.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyChangeArray.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IPropertyStore.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IRunningObjectTable.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensor.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorCollection.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorDataReport.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorEvents.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManager.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/ISensorManagerEvents.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IShellItem.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmap.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapClipper.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapCodecInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapDecoderInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapEncoderInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFlipRotator.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameDecode.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapFrameEncode.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapLock.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapScaler.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICBitmapSource.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorContext.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICColorTransform.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICComponentInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFastMetadataEncoder.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICFormatConverter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICImagingFactory.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryReader.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICMetadataQueryWriter.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICPalette.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/Human/IWICStream.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeComp.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeInfo.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/ITypeLib.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Interfaces/IUnknown.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Shell.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/COMError.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/Error.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Support/RawTyped.swift:4:8: note: also imported here
import WinSDK
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: error: Unable to find module dependency: 'ucrt'
import ucrt
       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftCOM/Extensions/String+Extensions.swift:4:8: note: a dependency of main module 'SwiftCOM'
import ucrt
       ^
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftCOM normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftCOM' from project 'SwiftCOM')
	Building workspace spi-builder-workspace with scheme SwiftCOM
(2 failures)
BUILD FAILURE 6.2 visionOS