The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-feed, reference main (9b7691), with Swift 6.1 for tvOS using Xcode 16.3 on 14 Feb 2026 18:40:07 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-feed -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 Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yaochenfeng/swift-feed.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yaochenfeng/swift-feed
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9b76914 init commit
Cloned https://github.com/yaochenfeng/swift-feed.git
Revision (git rev-parse @):
9b769145021fa8b9145ce83f6701dedf1aba8cdb
SUCCESS checkout https://github.com/yaochenfeng/swift-feed.git at main
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/yaochenfeng/swift-feed.git
https://github.com/yaochenfeng/swift-feed.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-feed",
  "name" : "swift-feed",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swift-feed",
      "targets" : [
        "FeedUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedUITests",
      "module_type" : "SwiftTarget",
      "name" : "FeedUITests",
      "path" : "Tests/FeedUITests",
      "sources" : [
        "swift_feedTests.swift"
      ],
      "target_dependencies" : [
        "FeedUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedUI",
      "module_type" : "SwiftTarget",
      "name" : "FeedUI",
      "path" : "Sources/FeedUI",
      "product_memberships" : [
        "swift-feed"
      ],
      "sources" : [
        "Core/FeedContentKind.swift",
        "Core/FeedContentType.swift",
        "Core/FeedItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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-feed: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-feed
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-feed",
  "name" : "swift-feed",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swift-feed",
      "targets" : [
        "FeedUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedUITests",
      "module_type" : "SwiftTarget",
      "name" : "FeedUITests",
      "path" : "Tests/FeedUITests",
      "sources" : [
        "swift_feedTests.swift"
      ],
      "target_dependencies" : [
        "FeedUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedUI",
      "module_type" : "SwiftTarget",
      "name" : "FeedUI",
      "path" : "Sources/FeedUI",
      "product_memberships" : [
        "swift-feed"
      ],
      "sources" : [
        "Core/FeedContentKind.swift",
        "Core/FeedContentType.swift",
        "Core/FeedItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "swift-feed"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-feed -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 swift-feed -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
Resolved source packages:
  swift-feed: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'swift-feed' in project 'swift-feed'
        ➜ Explicit dependency on target 'FeedUI' in project 'swift-feed'
    Target 'FeedUI' in project 'swift-feed' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/ld -version_details
Build description signature: f9abe7233e64379ac3bb253a5af088a7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f9abe7233e64379ac3bb253a5af088a7.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/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyStaticMetadataFileList (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyMetadataFileList (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.modulemap (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftConstValuesFileList (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_const_extract_protocols.json (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftFileList (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.LinkFileList (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-OutputFileMap.json (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FeedUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.modulemap (in target 'FeedUI' from project 'swift-feed')
    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/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver FeedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedUI' from project 'swift-feed')
    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 FeedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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 -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/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_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-feed.build/Debug-appletvos/FeedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ FeedUI (in target 'FeedUI' from project 'swift-feed')
EmitSwiftModule normal arm64 (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let text = Self(rawValue: "text")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
    static let text = Self(rawValue: "text")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let text = Self(rawValue: "text")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: warning: static property 'image' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let image = Self(rawValue: "image")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: note: add '@MainActor' to make static property 'image' part of global actor 'MainActor'
    static let image = Self(rawValue: "image")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let image = Self(rawValue: "image")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let video = Self(rawValue: "video")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
    static let video = Self(rawValue: "video")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let video = Self(rawValue: "video")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: warning: static property 'group' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let group = Self(rawValue: "group")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: note: add '@MainActor' to make static property 'group' part of global actor 'MainActor'
    static let group = Self(rawValue: "group")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let group = Self(rawValue: "group")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ FeedContentKind.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift (in target 'FeedUI' from project 'swift-feed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let text = Self(rawValue: "text")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
    static let text = Self(rawValue: "text")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let text = Self(rawValue: "text")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: warning: static property 'image' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let image = Self(rawValue: "image")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: note: add '@MainActor' to make static property 'image' part of global actor 'MainActor'
    static let image = Self(rawValue: "image")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:18:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let image = Self(rawValue: "image")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: warning: static property 'video' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let video = Self(rawValue: "video")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: note: add '@MainActor' to make static property 'video' part of global actor 'MainActor'
    static let video = Self(rawValue: "video")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:19:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let video = Self(rawValue: "video")
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: warning: static property 'group' is not concurrency-safe because non-'Sendable' type 'FeedContentKind' may have shared mutable state; this is an error in the Swift 6 language mode
    static let group = Self(rawValue: "group")
               ^
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:8:15: note: consider making struct 'FeedContentKind' conform to the 'Sendable' protocol
public struct FeedContentKind: RawRepresentable, Hashable, Codable {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: note: add '@MainActor' to make static property 'group' part of global actor 'MainActor'
    static let group = Self(rawValue: "group")
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentKind.swift:20:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let group = Self(rawValue: "group")
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ FeedContentType.swift /Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentType.swift (in target 'FeedUI' from project 'swift-feed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/FeedUI/Core/FeedContentType.swift (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for FeedUI (in target 'FeedUI' from project 'swift-feed')
SwiftDriver\ Compilation\ Requirements FeedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedUI' from project 'swift-feed')
    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 FeedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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 -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/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_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-feed.build/Debug-appletvos/FeedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FeedUI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-Swift.h (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/FeedUI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftmodule (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftdoc (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.abi.json (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftsourceinfo (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling FeedContentKind.swift (in target 'FeedUI' from project 'swift-feed')
SwiftDriverJobDiscovery normal arm64 Compiling FeedItem.swift (in target 'FeedUI' from project 'swift-feed')
SwiftDriverJobDiscovery normal arm64 Compiling FeedContentType.swift (in target 'FeedUI' from project 'swift-feed')
SwiftDriver\ Compilation FeedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'FeedUI' from project 'swift-feed')
    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 FeedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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 -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/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_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-feed.build/Debug-appletvos/FeedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.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-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.o normal (in target 'FeedUI' from project 'swift-feed')
    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/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.o
ExtractAppIntentsMetadata (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name FeedUI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.FeedUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/FeedUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-feed.build/Debug-appletvos/FeedUI.build/Objects-normal/arm64/FeedUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-02-14 10:40:07.049 appintentsmetadataprocessor[745:4286] Starting appintentsmetadataprocessor export
2026-02-14 10:40:07.090 appintentsmetadataprocessor[745:4286] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.o (in target 'FeedUI' from project 'swift-feed')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/FeedUI.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-feed",
  "name" : "swift-feed",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "swift-feed",
      "targets" : [
        "FeedUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FeedUITests",
      "module_type" : "SwiftTarget",
      "name" : "FeedUITests",
      "path" : "Tests/FeedUITests",
      "sources" : [
        "swift_feedTests.swift"
      ],
      "target_dependencies" : [
        "FeedUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FeedUI",
      "module_type" : "SwiftTarget",
      "name" : "FeedUI",
      "path" : "Sources/FeedUI",
      "product_memberships" : [
        "swift-feed"
      ],
      "sources" : [
        "Core/FeedContentKind.swift",
        "Core/FeedContentType.swift",
        "Core/FeedItem.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.