The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DictionaryKit, reference main (f59937), with Swift 6.1 for visionOS using Xcode 16.3 on 10 Feb 2026 05:34:15 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jakeoeding/DictionaryKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jakeoeding/DictionaryKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f59937a update versions to make build less restrictive
Cloned https://github.com/jakeoeding/DictionaryKit.git
Revision (git rev-parse @):
f59937a25e51da73ff0d3fe5f58b0e8f7d080ddc
SUCCESS checkout https://github.com/jakeoeding/DictionaryKit.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jakeoeding/DictionaryKit.git
https://github.com/jakeoeding/DictionaryKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryKit",
  "name" : "DictionaryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryKit",
      "targets" : [
        "DictionaryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DictionaryKitExample",
      "targets" : [
        "DictionaryKitExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryKitExample",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKitExample",
      "path" : "Examples",
      "product_memberships" : [
        "DictionaryKitExample"
      ],
      "sources" : [
        "DictionaryKitExample/main.m"
      ],
      "target_dependencies" : [
        "DictionaryKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DictionaryKit",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKit",
      "path" : "Sources/DictionaryKit",
      "product_memberships" : [
        "DictionaryKit",
        "DictionaryKitExample"
      ],
      "sources" : [
        "TTTDictionary.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DictionaryKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: DictionaryKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryKit",
  "name" : "DictionaryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryKit",
      "targets" : [
        "DictionaryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DictionaryKitExample",
      "targets" : [
        "DictionaryKitExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryKitExample",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKitExample",
      "path" : "Examples",
      "product_memberships" : [
        "DictionaryKitExample"
      ],
      "sources" : [
        "DictionaryKitExample/main.m"
      ],
      "target_dependencies" : [
        "DictionaryKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DictionaryKit",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKit",
      "path" : "Sources/DictionaryKit",
      "product_memberships" : [
        "DictionaryKit",
        "DictionaryKitExample"
      ],
      "sources" : [
        "TTTDictionary.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DictionaryKit",
      "DictionaryKit-Package",
      "DictionaryKitExample"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DictionaryKit",
      "DictionaryKit-Package",
      "DictionaryKitExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DictionaryKit-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.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 DictionaryKit-Package -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  DictionaryKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DictionaryKitExample' in project 'DictionaryKit'
        ➜ Explicit dependency on target 'DictionaryKit' in project 'DictionaryKit'
    Target 'DictionaryKit' in project 'DictionaryKit'
        ➜ Explicit dependency on target 'DictionaryKit' in project 'DictionaryKit'
    Target 'DictionaryKit' in project 'DictionaryKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: e29b6f09c96e0e61d81e289ce3c31017
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e29b6f09c96e0e61d81e289ce3c31017.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.modulemap (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.DependencyStaticMetadataFileList (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.DependencyMetadataFileList (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DictionaryKitExample.DependencyMetadataFileList (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DictionaryKitExample.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DictionaryKitExample.DependencyStaticMetadataFileList (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DictionaryKitExample.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/DictionaryKit.LinkFileList (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/DictionaryKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-xros1.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=DictionaryKit' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/DictionaryKitExample.LinkFileList (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/DictionaryKitExample.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp
-target arm64-apple-xros1.0 -fobjc-arc -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' '-DOBJC_OLD_DISPATCH_PROTOTYPES=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -g -I/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Examples/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks '-fmodule-map-file=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DictionaryKit.modulemap' -DXcode
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/DictionaryKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.modulemap (in target 'DictionaryKit' from project 'DictionaryKit')
    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/DictionaryKit.build/Debug-xros/DictionaryKit.build/DictionaryKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o /Users/admin/builder/spi-builder-workspace/Examples/DictionaryKitExample/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.dia -c /Users/admin/builder/spi-builder-workspace/Examples/DictionaryKitExample/main.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.dia -c /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-1KYP7MEQ4KNUY5YSTFMBBKVAC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-29W3HFGX53V702VDTKXVPVA7K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_iso646-8YL9G2EIOBPVDOFNMS2FR2HDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_fenv-7FGR7555NW118ZHG3P3LSI1TV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_float-DI31K8WGFO059XGKRI2382XSG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-6M56WHPY8A1TTYDVWYCBBFV9F.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/TargetConditionals-DY4JKBUZVGIZMVC04UYRK8CZD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-CMIZ5CXQXOO1N3S47L0BD9C13.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability_internal-ARC7M1RD5AIO3W2B55Y6ZCOAI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-5QLM86D3FJXEWG8I7HYU4AEDW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-ETVIBUMM3O1CKYWN8GEDMDVUA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_availability-7OP4JR1TSQO2W8HWLFLRZYE3L.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/AvailabilityMacros-1X099JU5UEEH19HKSXFP2V6W5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DarwinFoundation-2GDFEJJUQELOC4NKNKXJN078V.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/alloca-5K1L6U7A9Q0TC5PO1FXEB4H32.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/runetype-7CDJZHWEGAGJ8PYTIIL4ZH8BK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_time-2SBEENN7L03RK0EO9AQRD1LP.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_setjmp-38QGQWTJY9EEDO4HWT01Z085T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_math-2DKVB7YG9VZOKTOXZDIQBH2JK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_locale-A7B81BMV9DJCW63B41D6Z2MXE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/mach-COBZSG7FA1313QQ0CLQ7TXH2U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_assert-3VCJQURKGJSBJNWRFCYXZ5YAK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_errno-2T2CQRGNI5Z2CTN7FK9F26P2A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_limits-7X40MIQJP5A78QC05L2DR6HAD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/netinet_in-2P2VI4DVV8AL82T8EI9U2UIZQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdint-E6YPF73DPCM7354V5TQ1P97IQ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_useconds_t-CBDRBUJ92WE3JOS9AAJ8F72VB.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_sys_select-3QTSQVNA1WER2C2I6QHRRXD5K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/xlocale-1B4DJ0QCAU5WD19UMNIVOD2LK.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_ctype-1W0XJONIGTGEI09VPYC32IXZU.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_complex-308T26MQZM0GLARU8ZR8YO8EA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/uuid-53QAV1F5FPHY60PW7HODSF4VM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_strings-5JH5K0J91BJPQ7G4ZQO50DPHS.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-6CZ7YZL9A3YTLZDFIAE5A5QHN.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-BBUUWM2USS2NSR4K3SLDQECJA.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_types-EN4VUDXT5IAO4JGI4VWJJ48I4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_tgmath-AGUGP3XKG5VYI7ERM24304AUD.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/__wctype-Q4BHH1JFEGXPYL1J7YYPXOQ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdatomic-CO3P8D9XQOFEBFYKKQK4K2M50.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_inttypes-7XNPOC68BFC5CVKOI2FRKBA55.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wctype-D745I8AKZYAMFVNKRHS0SGA0W.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_tgmath-9HQM5CVMQ7RAQUDNM3QI1TQ3Q.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_time-536VXIUM28H9SLLJRDZCUFFJ7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_resource-A7TDDKUEM1C2E0ZNUFU4WVLDM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_signal-8MJS3VA259C0KBYJAHWL2A677.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdio-AJV1PM600MH699JHYCR6TA1K1.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_string-ESNPLNA02WWJBFEZSPRQBKMVZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/nl_types-C1KRDR5Y44SC8T8MXCZ32SAA2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-4IC3YBYLZUNUUGPE814Y3XDXO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/gethostuuid-M701X025ZHYTNYTNE0WCB6JI.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_select-5P2ZBD7BILSQDTMJNZMLG8QRG.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/pthread-9PNUD7N3IHX7EXZLX759JJY7B.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/sys_wait-B96RVAA92XPVRV2Y9HAJCDKZR.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_wchar-66BQ4HQFJZA8J6ATE7E1RNM02.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/unistd-BDGD0RI60U96ZDSRZOXKS17OW.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_stdlib-8YWG1M9A77QIYMOSZIVTEJLXH.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-DZNY7D38IG83EBWVOAZ0FP1A2.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ObjectiveC-2SVIWVZ1EN9J8MJXV13MBEM5J.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-2DABWUW20ECCZ4U77KBR04OER.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-AMLY42F2N7KRPFMX0R1IZ1LUE.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-7GIVIWY92Y8ONL3HRERCN1YRL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CFNetwork-7P20R6LVHGDQNGGZ8ZDNOQD8T.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreServices-66UXV7KY2ZSUDTGYY1VJ0W4EV.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreServices-66UXV7KY2ZSUDTGYY1VJ0W4EV.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Security-AP3OSP4KJHQJHSYHQQ87M96HL.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.dia -c /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:39:41: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   39 | extern CFStringRef DCSDictionaryGetName(DCSDictionaryRef dictionary);
      |                                         ^~~~~~~~~~~~~~~~
      |                                         CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:40:46: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   40 | extern CFStringRef DCSDictionaryGetShortName(DCSDictionaryRef dictionary);
      |                                              ^~~~~~~~~~~~~~~~
      |                                              CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:41:8: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   41 | extern DCSDictionaryRef DCSDictionaryCreate(CFURLRef url);
      |        ^~~~~~~~~~~~~~~~
      |        CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:42:47: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   42 | extern CFStringRef DCSDictionaryGetIdentifier(DCSDictionaryRef dictionary);
      |                                               ^~~~~~~~~~~~~~~~
      |                                               CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:43:52: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   43 | extern CFStringRef DCSDictionaryGetPrimaryLanguage(DCSDictionaryRef dictionary);
      |                                                    ^~~~~~~~~~~~~~~~
      |                                                    CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:44:49: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   44 | extern CFArrayRef DCSCopyRecordsForSearchString(DCSDictionaryRef dictionary, CFStringRef string, void *, void *);
      |                                                 ^~~~~~~~~~~~~~~~
      |                                                 CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:46:48: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   46 | extern CFDictionaryRef DCSCopyDefinitionMarkup(DCSDictionaryRef dictionary, CFStringRef record);
      |                                                ^~~~~~~~~~~~~~~~
      |                                                CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:54:8: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   54 | extern DCSDictionaryRef DCSRecordGetSubDictionary(CFTypeRef record);
      |        ^~~~~~~~~~~~~~~~
      |        CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:68:36: error: expected a type
   68 |                     dictionaryRef:(DCSDictionaryRef)dictionary
      |                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:88:42: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   88 | @property (readwrite, nonatomic, assign) DCSDictionaryRef dictionary;
      |                                          ^~~~~~~~~~~~~~~~
      |                                          CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:128:40: error: expected a type
  128 | - (instancetype)initWithDictionaryRef:(DCSDictionaryRef)dictionary {
      |                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:99: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                                   ^~~~~~~~~~~~~~~~
      |                                                                                                   CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: error: implicit conversion of C pointer type 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to Objective-C pointer type 'id' requires a bridged cast
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: note: use __bridge to convert directly (no change in ownership)
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^
      |                                                                                         (__bridge id)(                       )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: note: use CFBridgingRelease call to transfer ownership of a +1 'CFDictionaryRef' (aka 'const struct __CFDictionary *') into ARC
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^
      |                                                                                         CFBridgingRelease(                   )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: warning: incompatible pointer types sending 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to parameter of type 'id' [-Wincompatible-pointer-types]
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:128:57: note: passing argument to parameter 'dictionary' here
  128 | - (instancetype)initWithDictionaryRef:(DCSDictionaryRef)dictionary {
      |                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: error: implicit conversion of Objective-C pointer type 'id' to C pointer type 'CFDictionaryRef' (aka 'const struct __CFDictionary *') requires a bridged cast
  134 |     self.dictionary = dictionary;
      |                       ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: note: use __bridge to convert directly (no change in ownership)
  134 |     self.dictionary = dictionary;
      |                       ^
      |                       (__bridge CFDictionaryRef)( )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: note: use CFBridgingRetain call to make an ARC object available as a +1 'CFDictionaryRef' (aka 'const struct __CFDictionary *')
  134 |     self.dictionary = dictionary;
      |                       ^
      |                       CFBridgingRetain( )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:21: warning: incompatible pointer types assigning to 'CFDictionaryRef' (aka 'const struct __CFDictionary *') from '__strong id' [-Wincompatible-pointer-types]
  134 |     self.dictionary = dictionary;
      |                     ^ ~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:144:25: error: call to undeclared function 'DCSGetTermRangeInString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  144 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:144:13: error: initializing 'CFRange' with an expression of incompatible type 'int'
  144 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:158:124: warning: incompatible pointer types sending 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to parameter of type 'id' [-Wincompatible-pointer-types]
  158 |         TTTDictionaryEntry *entry = [[TTTDictionaryEntry alloc] initWithRecordRef:(__bridge CFTypeRef)record dictionaryRef:self.dictionary];
      |                                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:68:53: note: passing argument to parameter 'dictionary' here
   68 |                     dictionaryRef:(DCSDictionaryRef)dictionary
      |                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:168:25: error: call to undeclared function 'DCSGetTermRangeInString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  168 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:168:13: error: initializing 'CFRange' with an expression of incompatible type 'int'
  168 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings and 18 errors generated.
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/CoreServices.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m -target-abi darwinpcs -target-cpu apple-a12 -target-feature +zcm -target-feature +zcz -target-feature +v8.3a -target-feature +aes -target-feature +complxnum -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -triple arm64-apple-xros1.0.0 -target-linker-version 1167.4.1 -target-sdk-version\=2.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -fmodule-format\=obj -fmodule-file\=CoreFoundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.pcm -fmodule-file\=CoreServices\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreServices-66UXV7KY2ZSUDTGYY1VJ0W4EV.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=DictionaryKit -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -ftrivial-auto-var-init\=zero -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fcompatibility-qualified-id-block-type-checking -fobjc-runtime\=ios-17.0.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name TTTDictionary.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.d -skip-unused-modulemap-deps
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DictionaryKit-A2AU7I2CUHIR9P9KWGS7TRYIP.scan
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/DictionaryKit-A2AU7I2CUHIR9P9KWGS7TRYIP.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o /Users/admin/builder/spi-builder-workspace/Examples/DictionaryKitExample/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKitExample' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.dia -c /Users/admin/builder/spi-builder-workspace/Examples/DictionaryKitExample/main.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKitExample.build/Objects-normal/arm64/main.o
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKit' from project 'DictionaryKit')
	Building workspace spi-builder-workspace with scheme DictionaryKit-Package
(2 failures)
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  DictionaryKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: DictionaryKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DictionaryKit",
  "name" : "DictionaryKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "DictionaryKit",
      "targets" : [
        "DictionaryKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DictionaryKitExample",
      "targets" : [
        "DictionaryKitExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DictionaryKitExample",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKitExample",
      "path" : "Examples",
      "product_memberships" : [
        "DictionaryKitExample"
      ],
      "sources" : [
        "DictionaryKitExample/main.m"
      ],
      "target_dependencies" : [
        "DictionaryKit"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DictionaryKit",
      "module_type" : "ClangTarget",
      "name" : "DictionaryKit",
      "path" : "Sources/DictionaryKit",
      "product_memberships" : [
        "DictionaryKit",
        "DictionaryKitExample"
      ],
      "sources" : [
        "TTTDictionary.m"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DictionaryKit",
      "DictionaryKit-Package",
      "DictionaryKitExample"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "DictionaryKit",
      "DictionaryKit-Package",
      "DictionaryKitExample"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme DictionaryKit-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-16.3.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 DictionaryKit-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  DictionaryKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
    Target 'DictionaryKitExample' in project 'DictionaryKit'
        ➜ Explicit dependency on target 'DictionaryKit' in project 'DictionaryKit'
    Target 'DictionaryKit' in project 'DictionaryKit'
        ➜ Explicit dependency on target 'DictionaryKit' in project 'DictionaryKit'
    Target 'DictionaryKit' in project 'DictionaryKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
Build description signature: e4c1f40d219a9a36a1ebb1ed76867227
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e4c1f40d219a9a36a1ebb1ed76867227.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKit' from project 'DictionaryKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/e6072d4f65d7061329687fe24e3d63a7-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.dia -c /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:39:41: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   39 | extern CFStringRef DCSDictionaryGetName(DCSDictionaryRef dictionary);
      |                                         ^~~~~~~~~~~~~~~~
      |                                         CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:40:46: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   40 | extern CFStringRef DCSDictionaryGetShortName(DCSDictionaryRef dictionary);
      |                                              ^~~~~~~~~~~~~~~~
      |                                              CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:41:8: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   41 | extern DCSDictionaryRef DCSDictionaryCreate(CFURLRef url);
      |        ^~~~~~~~~~~~~~~~
      |        CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:42:47: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   42 | extern CFStringRef DCSDictionaryGetIdentifier(DCSDictionaryRef dictionary);
      |                                               ^~~~~~~~~~~~~~~~
      |                                               CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:43:52: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   43 | extern CFStringRef DCSDictionaryGetPrimaryLanguage(DCSDictionaryRef dictionary);
      |                                                    ^~~~~~~~~~~~~~~~
      |                                                    CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:44:49: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   44 | extern CFArrayRef DCSCopyRecordsForSearchString(DCSDictionaryRef dictionary, CFStringRef string, void *, void *);
      |                                                 ^~~~~~~~~~~~~~~~
      |                                                 CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:46:48: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   46 | extern CFDictionaryRef DCSCopyDefinitionMarkup(DCSDictionaryRef dictionary, CFStringRef record);
      |                                                ^~~~~~~~~~~~~~~~
      |                                                CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:54:8: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   54 | extern DCSDictionaryRef DCSRecordGetSubDictionary(CFTypeRef record);
      |        ^~~~~~~~~~~~~~~~
      |        CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:68:36: error: expected a type
   68 |                     dictionaryRef:(DCSDictionaryRef)dictionary
      |                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:88:42: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
   88 | @property (readwrite, nonatomic, assign) DCSDictionaryRef dictionary;
      |                                          ^~~~~~~~~~~~~~~~
      |                                          CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:128:40: error: expected a type
  128 | - (instancetype)initWithDictionaryRef:(DCSDictionaryRef)dictionary {
      |                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:99: error: unknown type name 'DCSDictionaryRef'; did you mean 'CFDictionaryRef'?
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                                   ^~~~~~~~~~~~~~~~
      |                                                                                                   CFDictionaryRef
In module 'CoreFoundation' imported from /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:24:
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFDictionary.h:186:69: note: 'CFDictionaryRef' declared here
  186 | typedef const struct CF_BRIDGED_TYPE(NSDictionary) __CFDictionary * CFDictionaryRef;
      |                                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: error: implicit conversion of C pointer type 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to Objective-C pointer type 'id' requires a bridged cast
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: note: use __bridge to convert directly (no change in ownership)
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^
      |                                                                                         (__bridge id)(                       )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: note: use CFBridgingRelease call to transfer ownership of a +1 'CFDictionaryRef' (aka 'const struct __CFDictionary *') into ARC
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^
      |                                                                                         CFBridgingRelease(                   )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:103:89: warning: incompatible pointer types sending 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to parameter of type 'id' [-Wincompatible-pointer-types]
  103 |             [mutableDictionaries addObject:[[TTTDictionary alloc] initWithDictionaryRef:(__bridge DCSDictionaryRef)dictionary]];
      |                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:128:57: note: passing argument to parameter 'dictionary' here
  128 | - (instancetype)initWithDictionaryRef:(DCSDictionaryRef)dictionary {
      |                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: error: implicit conversion of Objective-C pointer type 'id' to C pointer type 'CFDictionaryRef' (aka 'const struct __CFDictionary *') requires a bridged cast
  134 |     self.dictionary = dictionary;
      |                       ^~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: note: use __bridge to convert directly (no change in ownership)
  134 |     self.dictionary = dictionary;
      |                       ^
      |                       (__bridge CFDictionaryRef)( )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:23: note: use CFBridgingRetain call to make an ARC object available as a +1 'CFDictionaryRef' (aka 'const struct __CFDictionary *')
  134 |     self.dictionary = dictionary;
      |                       ^
      |                       CFBridgingRetain( )
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:134:21: warning: incompatible pointer types assigning to 'CFDictionaryRef' (aka 'const struct __CFDictionary *') from '__strong id' [-Wincompatible-pointer-types]
  134 |     self.dictionary = dictionary;
      |                     ^ ~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:144:25: error: call to undeclared function 'DCSGetTermRangeInString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  144 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:144:13: error: initializing 'CFRange' with an expression of incompatible type 'int'
  144 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:158:124: warning: incompatible pointer types sending 'CFDictionaryRef' (aka 'const struct __CFDictionary *') to parameter of type 'id' [-Wincompatible-pointer-types]
  158 |         TTTDictionaryEntry *entry = [[TTTDictionaryEntry alloc] initWithRecordRef:(__bridge CFTypeRef)record dictionaryRef:self.dictionary];
      |                                                                                                                            ^~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:68:53: note: passing argument to parameter 'dictionary' here
   68 |                     dictionaryRef:(DCSDictionaryRef)dictionary
      |                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:168:25: error: call to undeclared function 'DCSGetTermRangeInString'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  168 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |                         ^
/Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m:168:13: error: initializing 'CFRange' with an expression of incompatible type 'int'
  168 |     CFRange termRange = DCSGetTermRangeInString(self.dictionary, (__bridge CFStringRef)term, 0);
      |             ^           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3 warnings and 18 errors generated.
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -cc1 -Wundef-prefix\=TARGET_OS_ -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -ferror-limit 19 -serialize-diagnostic-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.dia -Wdeprecated-objc-isa-usage -Werror\=deprecated-objc-isa-usage -Werror\=implicit-function-declaration -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wno-undeclared-selector -Wno-deprecated-implementations -Wno-implicit-fallthrough -Wprotocol -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -Wno-elaborated-enum-base -Wno-reserved-identifier -Wno-gnu-folding-constant -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-unit-output-path /DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/CoreFoundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/Foundation.framework/Modules/module.modulemap -fmodule-map-file\=/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS.sdk/System/Library/Frameworks/CoreServices.framework/Modules/module.modulemap -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o -disable-free -emit-obj -x objective-c /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m -target-abi darwinpcs -target-cpu apple-a12 -target-feature +zcm -target-feature +zcz -target-feature +v8.3a -target-feature +aes -target-feature +complxnum -target-feature +crc -target-feature +fp-armv8 -target-feature +fullfp16 -target-feature +jsconv -target-feature +lse -target-feature +neon -target-feature +pauth -target-feature +perfmon -target-feature +ras -target-feature +rcpc -target-feature +rdm -target-feature +sha2 -triple arm64-apple-xros1.0.0 -target-linker-version 1167.4.1 -target-sdk-version\=2.4 -fmodules-validate-system-headers -fno-modulemap-allow-subdirectory-search -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17 -fmodule-format\=obj -fmodule-file\=CoreFoundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-DF8EE3QETLOF3KWKBB6IBPKTX.pcm -fmodule-file\=CoreServices\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreServices-66UXV7KY2ZSUDTGYY1VJ0W4EV.pcm -fmodule-file\=Foundation\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Foundation-AL5SLTAFRNJSZQWJ5H05IUMDS.pcm -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/include -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources-normal/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources/arm64 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/DerivedSources -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/local/include -internal-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/17/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include -internal-externc-isystem /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -std\=gnu11 -fexceptions -fskip-odr-check-in-gmf -fmodules -fmodule-name\=DictionaryKit -fno-implicit-modules -fobjc-exceptions -fmax-type-align\=16 -fpascal-strings -fstack-check -ftrivial-auto-var-init\=zero -fvisibility-inlines-hidden-static-local-var -mdarwin-stkchk-strong-link -fno-odr-hash-protocols -pic-level 2 -fencode-extended-block-signature -stack-protector 1 -fcompatibility-qualified-id-block-type-checking -fobjc-runtime\=ios-17.0.0.0 -fobjc-arc -fobjc-runtime-has-weak -fobjc-weak -fgnuc-version\=4.2.1 -fblocks -ffp-contract\=on -fclang-abi-compat\=4.0 -fno-experimental-relative-c++-abi-vtables -fno-file-reproducible -clang-vendor-feature\=+disableNonDependentMemberExprInCurrentInstantiation -clang-vendor-feature\=+enableAggressiveVLAFolding -clang-vendor-feature\=+revert09abecef7bbf -clang-vendor-feature\=+thisNoAlignAttr -clang-vendor-feature\=+thisNoNullAttr -clang-vendor-feature\=+disableAtImportPrivateFrameworkInImplementationError -O0 -fno-assume-unique-vtables -fdebug-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcoverage-compilation-dir\=/Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -fcommon -fobjc-msgsend-selector-stubs -fregister-global-dtors-with-atexit -fno-strict-return -dwarf-version\=4 -debugger-tuning\=lldb -disable-llvm-verifier -dwarf-ext-refs -funwind-tables\=1 -clear-ast-before-backend -discard-value-names -main-file-name TTTDictionary.m -mframe-pointer\=non-leaf -debug-info-kind\=standalone -fdiagnostics-hotness-threshold\=0 -fdiagnostics-misexpect-tolerance\=0 -D DEBUG\=1 -D OBJC_OLD_DISPATCH_PROTOTYPES\=1 -D SWIFT_PACKAGE -D Xcode -D __GCC_HAVE_DWARF2_CFI_ASM\=1 -fdefine-target-os-macros -MT dependencies -dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.d -skip-unused-modulemap-deps
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/DictionaryKit.build/Debug-xros/DictionaryKit.build/Objects-normal/arm64/TTTDictionary.o /Users/admin/builder/spi-builder-workspace/Sources/DictionaryKit/TTTDictionary.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'DictionaryKit' from project 'DictionaryKit')
	Building workspace spi-builder-workspace with scheme DictionaryKit-Package
(2 failures)
BUILD FAILURE 6.1 visionOS