The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of TypedNotification, reference master (0b89d6), with Swift 6.1 for tvOS using Xcode 16.3 on 25 Apr 2025 03:41:18 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypedNotification -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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alexjohnj/typednotification.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alexjohnj/typednotification
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0b89d6f Version 2.0.1
Cloned https://github.com/alexjohnj/typednotification.git
Revision (git rev-parse @):
0b89d6f0dbb6cd3a733932d51f4ab3a3ecef37f5
SUCCESS checkout https://github.com/alexjohnj/typednotification.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexjohnj/typednotification.git
https://github.com/alexjohnj/typednotification.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedNotification",
  "name" : "TypedNotification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedNotification",
      "targets" : [
        "TypedNotification"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypedNotificationTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationTests",
      "path" : "Tests",
      "sources" : [
        "TypedNotificationTests.swift"
      ],
      "target_dependencies" : [
        "TypedNotification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedNotification",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotification",
      "path" : "Sources",
      "product_memberships" : [
        "TypedNotification"
      ],
      "sources" : [
        "TypedNotification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedNotification",
  "name" : "TypedNotification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedNotification",
      "targets" : [
        "TypedNotification"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypedNotificationTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationTests",
      "path" : "Tests",
      "sources" : [
        "TypedNotificationTests.swift"
      ],
      "target_dependencies" : [
        "TypedNotification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedNotification",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotification",
      "path" : "Sources",
      "product_memberships" : [
        "TypedNotification"
      ],
      "sources" : [
        "TypedNotification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "TypedNotification",
    "schemes" : [
      "TypedNotification"
    ],
    "targets" : [
      "TypedNotification",
      "TypedNotificationTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypedNotification -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 TypedNotification -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'TypedNotification' in project 'TypedNotification' (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: 684a09e050b48201ecb1bc38dcbcd79f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/684a09e050b48201ecb1bc38dcbcd79f.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/TypedNotification.xcodeproj
    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/TypedNotification.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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/TypedNotification.xcodeproj
    /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/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/TypedNotification.xcodeproj
    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/TypedNotification.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Headers (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyMetadataFileList (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyStaticMetadataFileList (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.LinkFileList (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-OutputFileMap.json (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_const_extract_protocols.json (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftConstValuesFileList (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Info.plist /Users/admin/builder/spi-builder-workspace/TypedNotification.xcodeproj/TypedNotification_Info.plist (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/TypedNotification.xcodeproj/TypedNotification_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Info.plist
SwiftDriver TypedNotification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TypedNotification -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos10.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 -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 -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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.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/TypedNotification.build/Debug-appletvos/TypedNotification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_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/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ TypedNotification (in target 'TypedNotification' from project 'TypedNotification')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotification.swift (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745552474827827-swift-frontend-TypedNotification-all-arm64_apple_tvos10.0-swiftmodule-Onone-2268964602.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 2.8377 seconds (3.2859 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9998 ( 48.9%)   0.3536 ( 44.5%)   1.3534 ( 47.7%)   1.5518 ( 47.2%)  parse-and-resolve-imports
   0.9993 ( 48.9%)   0.3525 ( 44.4%)   1.3517 ( 47.6%)   1.5487 ( 47.1%)  Import resolution
   0.0128 (  0.6%)   0.0363 (  4.6%)   0.0491 (  1.7%)   0.0721 (  2.2%)  load-stdlib
   0.0074 (  0.4%)   0.0100 (  1.3%)   0.0174 (  0.6%)   0.0239 (  0.7%)  perform-sema
   0.0074 (  0.4%)   0.0100 (  1.3%)   0.0174 (  0.6%)   0.0239 (  0.7%)  Type checking and Semantic analysis
   0.0073 (  0.4%)   0.0099 (  1.2%)   0.0172 (  0.6%)   0.0237 (  0.7%)  typecheck-decl
   0.0024 (  0.1%)   0.0083 (  1.0%)   0.0107 (  0.4%)   0.0143 (  0.4%)  SILGen
   0.0026 (  0.1%)   0.0046 (  0.6%)   0.0072 (  0.3%)   0.0076 (  0.2%)  SIL optimization
   0.0010 (  0.1%)   0.0029 (  0.4%)   0.0040 (  0.1%)   0.0076 (  0.2%)  typecheck-expr
   0.0012 (  0.1%)   0.0026 (  0.3%)   0.0038 (  0.1%)   0.0053 (  0.2%)  import-clang-decl
   0.0004 (  0.0%)   0.0018 (  0.2%)   0.0022 (  0.1%)   0.0026 (  0.1%)  Serialization, swiftmodule
   0.0008 (  0.0%)   0.0011 (  0.1%)   0.0019 (  0.1%)   0.0024 (  0.1%)  SILGen-function
   0.0003 (  0.0%)   0.0009 (  0.1%)   0.0012 (  0.0%)   0.0012 (  0.0%)  Serialization, swiftdoc
   0.0002 (  0.0%)   0.0001 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  precheck-target
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  build-rewrite-system
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  Serialization, swiftsourceinfo
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.0432 (100.0%)   0.7945 (100.0%)   2.8377 (100.0%)   3.2859 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4471 seconds (1.6822 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0278 (100.0%)   0.4194 (100.0%)   1.4471 (100.0%)   1.6822 (100.0%)  Building Target
   1.0278 (100.0%)   0.4194 (100.0%)   1.4471 (100.0%)   1.6822 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ TypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotification.swift (in target 'TypedNotification' from project 'TypedNotification')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotification.swift (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotification.swift:221:108: warning: passing non-sendable parameter 'block' to function expecting a @Sendable closure
        let observer: NSObjectProtocol = self.addObserver(forName: name, object: obj, queue: queue, using: block)
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotification.swift:220:35: note: parameter 'block' is implicitly non-sendable
                            using block: @escaping (Notification) -> Void) -> NotificationObservation {
                                  ^
                                         @Sendable
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745552474827831-swift-frontend-TypedNotification-TypedNotification.swift-arm64_apple_tvos10.0-o-Onone-2603120988.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3943 seconds (3.4992 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 (  7.7%)   0.0267 ( 17.7%)   0.0456 ( 11.6%)   1.5434 ( 44.1%)  parse-and-resolve-imports
   0.0183 (  7.5%)   0.0256 ( 17.1%)   0.0439 ( 11.1%)   1.5407 ( 44.0%)  Import resolution
   0.0712 ( 29.2%)   0.0167 ( 11.1%)   0.0879 ( 22.3%)   0.0879 (  2.5%)  build-rewrite-system
   0.0014 (  0.6%)   0.0080 (  5.3%)   0.0094 (  2.4%)   0.0805 (  2.3%)  load-stdlib
   0.0240 (  9.8%)   0.0137 (  9.1%)   0.0377 (  9.6%)   0.0482 (  1.4%)  perform-sema
   0.0239 (  9.8%)   0.0137 (  9.1%)   0.0377 (  9.6%)   0.0482 (  1.4%)  Type checking and Semantic analysis
   0.0174 (  7.1%)   0.0117 (  7.8%)   0.0291 (  7.4%)   0.0393 (  1.1%)  typecheck-decl
   0.0119 (  4.9%)   0.0077 (  5.1%)   0.0196 (  5.0%)   0.0245 (  0.7%)  typecheck-expr
   0.0157 (  6.4%)   0.0068 (  4.5%)   0.0225 (  5.7%)   0.0235 (  0.7%)  typecheck-stmt
   0.0114 (  4.7%)   0.0080 (  5.3%)   0.0194 (  4.9%)   0.0209 (  0.6%)  import-clang-decl
   0.0086 (  3.5%)   0.0027 (  1.8%)   0.0113 (  2.9%)   0.0113 (  0.3%)  SILGen
   0.0070 (  2.9%)   0.0027 (  1.8%)   0.0097 (  2.5%)   0.0098 (  0.3%)  precheck-target
   0.0046 (  1.9%)   0.0048 (  3.2%)   0.0094 (  2.4%)   0.0098 (  0.3%)  IRGen
   0.0054 (  2.2%)   0.0005 (  0.4%)   0.0059 (  1.5%)   0.0059 (  0.2%)  SIL optimization
   0.0035 (  1.4%)   0.0007 (  0.4%)   0.0042 (  1.1%)   0.0042 (  0.1%)  SILGen-function
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2441 (100.0%)   0.1502 (100.0%)   0.3943 (100.0%)   3.4992 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.1444 seconds (2.7400 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8036 (100.0%)   0.3408 (100.0%)   1.1444 (100.0%)   2.7400 (100.0%)  Building Target
   0.8036 (100.0%)   0.3408 (100.0%)   1.1444 (100.0%)   2.7400 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Emitting module for TypedNotification (in target 'TypedNotification' from project 'TypedNotification')
SwiftDriver\ Compilation\ Requirements TypedNotification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TypedNotification -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos10.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 -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 -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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.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/TypedNotification.build/Debug-appletvos/TypedNotification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_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/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Headers/TypedNotification-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-Swift.h (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Headers/TypedNotification-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftdoc (in target 'TypedNotification' from project 'TypedNotification')
    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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.abi.json (in target 'TypedNotification' from project 'TypedNotification')
    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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftmodule (in target 'TypedNotification' from project 'TypedNotification')
    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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftsourceinfo (in target 'TypedNotification' from project 'TypedNotification')
    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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/Modules/TypedNotification.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotification.swift (in target 'TypedNotification' from project 'TypedNotification')
SwiftDriver\ Compilation TypedNotification normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TypedNotification -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos10.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 -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 -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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.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/TypedNotification.build/Debug-appletvos/TypedNotification.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_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/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/TypedNotification normal (in target 'TypedNotification' from project 'TypedNotification')
    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-tvos10.0 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.LinkFileList -install_name @rpath/TypedNotification.framework/TypedNotification -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/TypedNotification
ExtractAppIntentsMetadata (in target 'TypedNotification' from project 'TypedNotification')
    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 TypedNotification --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 10.0 --bundle-identifier TypedNotification --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework --target-triple arm64-apple-tvos10.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/TypedNotification --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/TypedNotification.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotification.build/Debug-appletvos/TypedNotification.build/Objects-normal/arm64/TypedNotification.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 20:41:17.796 appintentsmetadataprocessor[692:3904] Starting appintentsmetadataprocessor export
2025-04-24 20:41:17.798 appintentsmetadataprocessor[692:3904] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/TypedNotification.framework/TypedNotification.tbd (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework/TypedNotification -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/TypedNotification.framework/TypedNotification.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework (in target 'TypedNotification' from project 'TypedNotification')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotification.framework
/Users/admin/builder/spi-builder-workspace/TypedNotification.xcodeproj: warning: The tvOS deployment target 'TVOS_DEPLOYMENT_TARGET' is set to 10.0, but the range of supported deployment target versions is 12.0 to 18.4.99. (in target 'TypedNotification' from project 'TypedNotification')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TypedNotification",
  "name" : "TypedNotification",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "TypedNotification",
      "targets" : [
        "TypedNotification"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TypedNotificationTests",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotificationTests",
      "path" : "Tests",
      "sources" : [
        "TypedNotificationTests.swift"
      ],
      "target_dependencies" : [
        "TypedNotification"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TypedNotification",
      "module_type" : "SwiftTarget",
      "name" : "TypedNotification",
      "path" : "Sources",
      "product_memberships" : [
        "TypedNotification"
      ],
      "sources" : [
        "TypedNotification.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.