The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftIndexStore, reference 0.5.0 (26d3af), with Swift 6.1 for tvOS using Xcode 16.3 on 22 Feb 2026 19:51:01 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kateinoigakukun/swift-indexstore.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/kateinoigakukun/swift-indexstore
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 26d3af1 Merge pull request #17 from ileitch/bazel9
Cloned https://github.com/kateinoigakukun/swift-indexstore.git
Revision (git rev-parse @):
26d3af186fb38ec3a96c8a9a3172b7ccc3565524
SUCCESS checkout https://github.com/kateinoigakukun/swift-indexstore.git at 0.5.0
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/kateinoigakukun/swift-indexstore.git
https://github.com/kateinoigakukun/swift-indexstore.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftIndexStore",
  "name" : "SwiftIndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIndexStore",
      "targets" : [
        "SwiftIndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "index-dump-tool",
      "targets" : [
        "IndexDumpTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CIndexStore",
      "module_type" : "ClangTarget",
      "name" : "_CIndexStore",
      "path" : "Sources/_CIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftIndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStoreTests",
      "path" : "Tests/SwiftIndexStoreTests",
      "sources" : [
        "IndexSpace.swift",
        "SwiftIndexStoreTests.swift",
        "Toolchain.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIndexStore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStore",
      "path" : "Sources/SwiftIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "IndexStoreError.swift",
        "IndexStoreOccurrence.swift",
        "IndexStoreRelation.swift",
        "IndexStoreSymbol.swift",
        "IndexStoreUnit.swift",
        "LibIndexStore.swift",
        "OptionSetDisplayable.swift",
        "Process+Extension.swift",
        "SwiftIndexStore.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "_CIndexStore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexDumpTool",
      "module_type" : "SwiftTarget",
      "name" : "IndexDumpTool",
      "path" : "Sources/IndexDumpTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "index-dump-tool"
      ],
      "sources" : [
        "IndexDumpTool.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
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
Fetching from https://github.com/apple/swift-argument-parser (cached)
Creating working copy of package ‘swift-argument-parser’
Checking out 1.7.0 of package ‘swift-argument-parser’
Resolve Package Graph
Resolved source packages:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
  SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, SwiftIndexStore
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftIndexStore",
  "name" : "SwiftIndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIndexStore",
      "targets" : [
        "SwiftIndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "index-dump-tool",
      "targets" : [
        "IndexDumpTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CIndexStore",
      "module_type" : "ClangTarget",
      "name" : "_CIndexStore",
      "path" : "Sources/_CIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftIndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStoreTests",
      "path" : "Tests/SwiftIndexStoreTests",
      "sources" : [
        "IndexSpace.swift",
        "SwiftIndexStoreTests.swift",
        "Toolchain.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIndexStore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStore",
      "path" : "Sources/SwiftIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "IndexStoreError.swift",
        "IndexStoreOccurrence.swift",
        "IndexStoreRelation.swift",
        "IndexStoreSymbol.swift",
        "IndexStoreUnit.swift",
        "LibIndexStore.swift",
        "OptionSetDisplayable.swift",
        "Process+Extension.swift",
        "SwiftIndexStore.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "_CIndexStore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexDumpTool",
      "module_type" : "SwiftTarget",
      "name" : "IndexDumpTool",
      "path" : "Sources/IndexDumpTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "index-dump-tool"
      ],
      "sources" : [
        "IndexDumpTool.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "index-dump-tool",
      "SwiftIndexStore",
      "SwiftIndexStore-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftIndexStore-Package -destination generic/platform=tvOS 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 SwiftIndexStore-Package -destination generic/platform=tvOS "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
Resolve Package Graph
Resolved source packages:
  SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'index-dump-tool' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
    Target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
    Target '_CIndexStore' in project 'SwiftIndexStore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2bd59b29b20574fcdb843d6f05296ef8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2bd59b29b20574fcdb843d6f05296ef8.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/index-dump-tool.DependencyMetadataFileList (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/index-dump-tool.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/index-dump-tool.DependencyStaticMetadataFileList (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/index-dump-tool.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool-OutputFileMap.json (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.LinkFileList (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.SwiftFileList (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_const_extract_protocols.json (in target 'index-dump-tool' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/index-dump-tool.build/Objects-normal/arm64/index-dump-tool_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.modulemap (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/_CIndexStore.DependencyMetadataFileList (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/_CIndexStore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/_CIndexStore.DependencyStaticMetadataFileList (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/_CIndexStore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/_CIndexStore.LinkFileList (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/_CIndexStore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-tvos12.0 -fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=_CIndexStore' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -DXcode
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.DependencyStaticMetadataFileList (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.DependencyMetadataFileList (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.modulemap (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftConstValuesFileList (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.LinkFileList (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftConstValuesFileList (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.LinkFileList (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyStaticMetadataFileList (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyMetadataFileList (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/SwiftIndexStore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.modulemap (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    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/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/SwiftIndexStore.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParserToolInfo.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.modulemap (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/ArgumentParserToolInfo.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftConstValuesFileList (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.LinkFileList (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/Objects-normal/arm64/ArgumentParser-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.modulemap (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.DependencyStaticMetadataFileList (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.DependencyMetadataFileList (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.modulemap (in target 'ArgumentParser' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParser.build/ArgumentParser.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-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-implicit-fallthrough -fstrict-aliasing -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/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o -index-unit-output-path /SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o
SwiftDriver SwiftIndexStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o /Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/dummy.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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-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-implicit-fallthrough -fstrict-aliasing -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/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.dia -c /Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/dummy.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o -index-unit-output-path /SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/dummy.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/_CIndexStore.o normal (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/_CIndexStore.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/_CIndexStore_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/_CIndexStore.build/Objects-normal/arm64/_CIndexStore_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/_CIndexStore.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftIndexStore -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.abi.json
EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: warning: static property 'declaration' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: note: add '@MainActor' to make static property 'declaration' part of global actor 'MainActor'
        public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:8:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let declaration = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DECLARATION)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: warning: static property 'definition' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: note: add '@MainActor' to make static property 'definition' part of global actor 'MainActor'
        public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:9:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let definition = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DEFINITION)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: warning: static property 'reference' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: note: add '@MainActor' to make static property 'reference' part of global actor 'MainActor'
        public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:10:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let reference = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REFERENCE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: warning: static property 'read' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: note: add '@MainActor' to make static property 'read' part of global actor 'MainActor'
        public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:11:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let read = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_READ)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: warning: static property 'write' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: note: add '@MainActor' to make static property 'write' part of global actor 'MainActor'
        public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:12:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let write = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_WRITE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: warning: static property 'call' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: note: add '@MainActor' to make static property 'call' part of global actor 'MainActor'
        public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:13:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let call = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_CALL)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: warning: static property 'dynamic' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: note: add '@MainActor' to make static property 'dynamic' part of global actor 'MainActor'
        public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:14:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `dynamic` = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_DYNAMIC)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: warning: static property 'addressOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: note: add '@MainActor' to make static property 'addressOf' part of global actor 'MainActor'
        public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:15:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let addressOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_ADDRESSOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: warning: static property 'implicit' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: note: add '@MainActor' to make static property 'implicit' part of global actor 'MainActor'
        public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let implicit = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_IMPLICIT)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: warning: static property 'childOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: note: add '@MainActor' to make static property 'childOf' part of global actor 'MainActor'
        public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:18:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let childOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CHILDOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: warning: static property 'baseOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: note: add '@MainActor' to make static property 'baseOf' part of global actor 'MainActor'
        public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:19:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let baseOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_BASEOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: warning: static property 'overrideOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: note: add '@MainActor' to make static property 'overrideOf' part of global actor 'MainActor'
        public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:20:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let overrideOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_OVERRIDEOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: warning: static property 'receivedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: note: add '@MainActor' to make static property 'receivedBy' part of global actor 'MainActor'
        public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:21:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let receivedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_RECEIVEDBY)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: warning: static property 'calledBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: note: add '@MainActor' to make static property 'calledBy' part of global actor 'MainActor'
        public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:22:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let calledBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CALLEDBY)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: warning: static property 'extendedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: add '@MainActor' to make static property 'extendedBy' part of global actor 'MainActor'
        public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:23:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let extendedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_EXTENDEDBY)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: warning: static property 'accessorOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: add '@MainActor' to make static property 'accessorOf' part of global actor 'MainActor'
        public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:24:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let accessorOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_ACCESSOROF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: warning: static property 'containedBy' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: add '@MainActor' to make static property 'containedBy' part of global actor 'MainActor'
        public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:25:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let containedBy = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_CONTAINEDBY)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: warning: static property 'ibTypeOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: add '@MainActor' to make static property 'ibTypeOf' part of global actor 'MainActor'
        public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ibTypeOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_IBTYPEOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: warning: static property 'specializationOf' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: add '@MainActor' to make static property 'specializationOf' part of global actor 'MainActor'
        public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:27:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let specializationOf = Role(rawValue: INDEXSTORE_SYMBOL_ROLE_REL_SPECIALIZATIONOF)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: warning: static property 'canonical' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let canonical = Role(rawValue: 1 << 63)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: add '@MainActor' to make static property 'canonical' part of global actor 'MainActor'
        public static let canonical = Role(rawValue: 1 << 63)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:29:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let canonical = Role(rawValue: 1 << 63)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'IndexStoreOccurrence.Role' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let all = Role(rawValue: ~0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
        public static let all = Role(rawValue: ~0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let all = Role(rawValue: ~0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreOccurrence.Role, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let debugDescriptors: [(option: Role, name: String)] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:4:19: note: consider making struct 'Role' conform to the 'Sendable' protocol
    public struct Role: OptionSet, Hashable, CustomStringConvertible, OptionSetDisplayable {
                  ^
                                                                                          , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
        static let debugDescriptors: [(option: Role, name: String)] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift:41:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let debugDescriptors: [(option: Role, name: String)] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: warning: static property 'generic' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: add '@MainActor' to make static property 'generic' part of global actor 'MainActor'
        public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:68:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let generic = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GENERIC)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: warning: static property 'templatePartialSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: add '@MainActor' to make static property 'templatePartialSpecialization' part of global actor 'MainActor'
        public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:69:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let templatePartialSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_PARTIAL_SPECIALIZATION)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: warning: static property 'templateSpecialization' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: add '@MainActor' to make static property 'templateSpecialization' part of global actor 'MainActor'
        public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let templateSpecialization = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_TEMPLATE_SPECIALIZATION)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: warning: static property 'unittest' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: add '@MainActor' to make static property 'unittest' part of global actor 'MainActor'
        public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:71:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let unittest = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_UNITTEST)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: warning: static property 'ibAnnotated' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: add '@MainActor' to make static property 'ibAnnotated' part of global actor 'MainActor'
        public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:72:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ibAnnotated = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBANNOTATED)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: warning: static property 'ibOutletCollection' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: add '@MainActor' to make static property 'ibOutletCollection' part of global actor 'MainActor'
        public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:73:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ibOutletCollection = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_IBOUTLETCOLLECTION)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: warning: static property 'gkinspectable' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: add '@MainActor' to make static property 'gkinspectable' part of global actor 'MainActor'
        public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let gkinspectable = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_GKINSPECTABLE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: warning: static property 'local' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: add '@MainActor' to make static property 'local' part of global actor 'MainActor'
        public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:75:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let local = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_LOCAL)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: warning: static property 'protocolInterface' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: add '@MainActor' to make static property 'protocolInterface' part of global actor 'MainActor'
        public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let protocolInterface = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_PROTOCOL_INTERFACE)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: warning: static property 'swiftAsync' is not concurrency-safe because non-'Sendable' type 'IndexStoreSymbol.Property' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: add '@MainActor' to make static property 'swiftAsync' part of global actor 'MainActor'
        public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:77:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let swiftAsync = Property(rawValue: INDEXSTORE_SYMBOL_PROPERTY_SWIFT_ASYNC)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: warning: static property 'debugDescriptors' is not concurrency-safe because non-'Sendable' type '[(option: IndexStoreSymbol.Property, name: String)]' may have shared mutable state; this is an error in the Swift 6 language mode
        static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:65:19: note: consider making struct 'Property' conform to the 'Sendable' protocol
    public struct Property: OptionSet, Hashable, OptionSetDisplayable, CustomStringConvertible {
                  ^
                                                                                              , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: add '@MainActor' to make static property 'debugDescriptors' part of global actor 'MainActor'
        static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift:87:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let debugDescriptors: [(option: IndexStoreSymbol.Property, name: String)] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in tvOS 16.0 or newer
    private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
    private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
                   ^
SwiftCompile normal arm64 Compiling\ UnfairLock.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 Compiling\ OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParserToolInfo-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/ArgumentParserToolInfo-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling OptionSetDisplayable.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/ArgumentParserToolInfo.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriver\ Compilation ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
	EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
	Building workspace spi-builder-workspace with scheme SwiftIndexStore-Package
(3 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:
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
  SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-argument-parser, SwiftIndexStore
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "SwiftIndexStore",
  "name" : "SwiftIndexStore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftIndexStore",
      "targets" : [
        "SwiftIndexStore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "index-dump-tool",
      "targets" : [
        "IndexDumpTool"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_CIndexStore",
      "module_type" : "ClangTarget",
      "name" : "_CIndexStore",
      "path" : "Sources/_CIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "dummy.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftIndexStoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStoreTests",
      "path" : "Tests/SwiftIndexStoreTests",
      "sources" : [
        "IndexSpace.swift",
        "SwiftIndexStoreTests.swift",
        "Toolchain.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftIndexStore",
      "module_type" : "SwiftTarget",
      "name" : "SwiftIndexStore",
      "path" : "Sources/SwiftIndexStore",
      "product_memberships" : [
        "SwiftIndexStore",
        "index-dump-tool"
      ],
      "sources" : [
        "IndexStoreError.swift",
        "IndexStoreOccurrence.swift",
        "IndexStoreRelation.swift",
        "IndexStoreSymbol.swift",
        "IndexStoreUnit.swift",
        "LibIndexStore.swift",
        "OptionSetDisplayable.swift",
        "Process+Extension.swift",
        "SwiftIndexStore.swift",
        "UnfairLock.swift"
      ],
      "target_dependencies" : [
        "_CIndexStore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IndexDumpTool",
      "module_type" : "SwiftTarget",
      "name" : "IndexDumpTool",
      "path" : "Sources/IndexDumpTool",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "index-dump-tool"
      ],
      "sources" : [
        "IndexDumpTool.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftIndexStore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "index-dump-tool",
      "SwiftIndexStore",
      "SwiftIndexStore-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftIndexStore-Package -destination generic/platform=tvOS
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 SwiftIndexStore-Package -destination generic/platform=tvOS
Resolve Package Graph
Resolved source packages:
  SwiftIndexStore: /Users/admin/builder/spi-builder-workspace
  swift-argument-parser: https://github.com/apple/swift-argument-parser @ 1.7.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (7 targets)
    Target 'index-dump-tool' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParser' in project 'swift-argument-parser'
        ➜ Explicit dependency on target 'ArgumentParserToolInfo' in project 'swift-argument-parser'
    Target 'ArgumentParserToolInfo' in project 'swift-argument-parser' (no dependencies)
    Target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
    Target 'SwiftIndexStore' in project 'SwiftIndexStore'
        ➜ Explicit dependency on target '_CIndexStore' in project 'SwiftIndexStore'
    Target '_CIndexStore' in project 'SwiftIndexStore' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: bac6aae7b90e605d3ac9ef8dc5121f24
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bac6aae7b90e605d3ac9ef8dc5121f24.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
SwiftDriver ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SwiftIndexStore normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftIndexStore -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/_CIndexStore.o (in target '_CIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/_CIndexStore.o
SwiftCompile normal arm64 Compiling\ ToolInfo.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-argument-parser/Sources/ArgumentParserToolInfo/ToolInfo.swift (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/LibIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/OptionSetDisplayable.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/_CIndexStore/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftIndexStore -frontend-parseable-output -disable-clang-spi -target-sdk-version 18.4 -target-sdk-name appletvos18.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftIndexStore.build/Debug-appletvos/SwiftIndexStore.build/Objects-normal/arm64/SwiftIndexStore.abi.json
EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift:3:11: error: cannot find type 'Process' in scope
extension Process {
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:40: error: 'OSAllocatedUnfairLock' is only available in tvOS 16.0 or newer
    private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:11:17: note: add @available attribute to enclosing property
    private var osAllocatedUnfairLock: OSAllocatedUnfairLock<Void> {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/UnfairLock.swift:7:20: note: add @available attribute to enclosing class
public final class UnfairLock {
                   ^
SwiftCompile normal arm64 Compiling\ SwiftIndexStore.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/SwiftIndexStore.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreUnit.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreUnit.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Process+Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/Process+Extension.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreOccurrence.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreOccurrence.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreError.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreError.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ IndexStoreRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftIndexStore/IndexStoreRelation.swift (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ArgumentParserToolInfo (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
SwiftDriver\ Compilation\ Requirements ArgumentParserToolInfo normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ArgumentParserToolInfo' from project 'swift-argument-parser')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ArgumentParserToolInfo -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -enable-upcoming-feature MemberImportVisibility -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-argument-parser.build/Debug-appletvos/ArgumentParserToolInfo.build/Objects-normal/arm64/ArgumentParserToolInfo-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftIndexStore (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
	EmitSwiftModule normal arm64 (in target 'SwiftIndexStore' from project 'SwiftIndexStore')
	Building workspace spi-builder-workspace with scheme SwiftIndexStore-Package
(3 failures)
BUILD FAILURE 6.1 tvOS