Build Information
Successful build of TypedNotificationCenter, reference 2.1.2 (6e682f
), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 09:51: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 TypedNotificationCenter -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/cyberbeni/typednotificationcenter.git
Reference: 2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cyberbeni/typednotificationcenter
* tag 2.1.2 -> FETCH_HEAD
HEAD is now at 6e682f9 Merge pull request #70 from Cyberbeni/xcframework-script-finetune
Cloned https://github.com/cyberbeni/typednotificationcenter.git
Revision (git rev-parse @):
6e682f918c89cc769218e4f41059d3cea6ea7e14
SUCCESS checkout https://github.com/cyberbeni/typednotificationcenter.git at 2.1.2
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/cyberbeni/typednotificationcenter.git
https://github.com/cyberbeni/typednotificationcenter.git
{
"dependencies" : [
],
"manifest_display_name" : "TypedNotificationCenter",
"name" : "TypedNotificationCenter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TypedNotificationCenter",
"targets" : [
"TypedNotificationCenter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedNotificationCenterTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterTests",
"path" : "Tests/TypedNotificationCenterTests",
"sources" : [
"Bridged Notification tests/BridgedNotificationApiTests.swift",
"Bridged Notification tests/BridgedNotificationInternalTests.swift",
"Bridged Notification tests/NotificationNameApiTests.swift",
"Bridged Notification tests/Utility/SampleBridgedNotification.swift",
"Core tests/ApiTests.swift",
"Core tests/AsyncApiTests.swift",
"Core tests/Utility/SampleNotification.swift",
"Internal tests/InternalTests.swift",
"Utility/TestCase.swift",
"Utility/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenterPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterPerformanceTests",
"path" : "Tests/TypedNotificationCenterPerformanceTests",
"sources" : [
"BridgedNotification.swift",
"Posting.swift",
"Subscribing.swift",
"Unsubscribing.swift",
"Utility/PerformanceTestNotifications.swift",
"Utility/TestCase.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenter",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenter",
"path" : "Sources/TypedNotificationCenter",
"product_memberships" : [
"TypedNotificationCenter"
],
"sources" : [
"BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift",
"BridgedNotifications/Core/BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationCenter+BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift",
"BridgedNotifications/PDFKit/PDFView.swift",
"BridgedNotifications/UIKit/UIResponder.swift",
"Core/TypeErasure/AnyPayloadTypedNotification.swift",
"Core/TypeErasure/AnyTypedNotification.swift",
"Core/TypeErasure/SameTypedNotification.swift",
"Core/TypedNotification.swift",
"Core/TypedNotificationCenter.swift",
"Core/TypedNotificationObservation.swift",
"Core/WeakBox.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
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "TypedNotificationCenter",
"name" : "TypedNotificationCenter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TypedNotificationCenter",
"targets" : [
"TypedNotificationCenter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedNotificationCenterTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterTests",
"path" : "Tests/TypedNotificationCenterTests",
"sources" : [
"Bridged Notification tests/BridgedNotificationApiTests.swift",
"Bridged Notification tests/BridgedNotificationInternalTests.swift",
"Bridged Notification tests/NotificationNameApiTests.swift",
"Bridged Notification tests/Utility/SampleBridgedNotification.swift",
"Core tests/ApiTests.swift",
"Core tests/AsyncApiTests.swift",
"Core tests/Utility/SampleNotification.swift",
"Internal tests/InternalTests.swift",
"Utility/TestCase.swift",
"Utility/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenterPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterPerformanceTests",
"path" : "Tests/TypedNotificationCenterPerformanceTests",
"sources" : [
"BridgedNotification.swift",
"Posting.swift",
"Subscribing.swift",
"Unsubscribing.swift",
"Utility/PerformanceTestNotifications.swift",
"Utility/TestCase.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenter",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenter",
"path" : "Sources/TypedNotificationCenter",
"product_memberships" : [
"TypedNotificationCenter"
],
"sources" : [
"BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift",
"BridgedNotifications/Core/BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationCenter+BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift",
"BridgedNotifications/PDFKit/PDFView.swift",
"BridgedNotifications/UIKit/UIResponder.swift",
"Core/TypeErasure/AnyPayloadTypedNotification.swift",
"Core/TypeErasure/AnyTypedNotification.swift",
"Core/TypeErasure/SameTypedNotification.swift",
"Core/TypedNotification.swift",
"Core/TypedNotificationCenter.swift",
"Core/TypedNotificationObservation.swift",
"Core/WeakBox.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "TypedNotificationCenter",
"schemes" : [
"GenerateTestCode",
"TNC UI Test Host iOS",
"TNC UI Test Host Mac",
"TNC UI Test Host TV",
"TNC UI Test Host Watch",
"TypedNotificationCenter iOS",
"TypedNotificationCenter macOS",
"TypedNotificationCenter tvOS",
"TypedNotificationCenter watchOS",
"TypedNotificationCenterPerformanceTests"
],
"targets" : [
"TypedNotificationCenter iOS",
"TypedNotificationCenter watchOS",
"TypedNotificationCenter tvOS",
"TypedNotificationCenter macOS",
"TNCUITestHostiOS",
"TNCExampleWatch",
"TypedNotificationCenterExampleWatch Extension",
"TNCUITestHostMac",
"TNCUITestHostTV",
"TypedNotificationCenterTests",
"GenerateTestCode",
"BridgedNotificationiOSUITests",
"TypedNotificationCenterPerformanceTests"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"TypedNotificationCenter"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme TypedNotificationCenter -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 TypedNotificationCenter -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:
TypedNotificationCenter: /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 'TypedNotificationCenter' in project 'TypedNotificationCenter'
➜ Explicit dependency on target 'TypedNotificationCenter' in project 'TypedNotificationCenter'
Target 'TypedNotificationCenter' in project 'TypedNotificationCenter' (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: 5f2b272422600ba62b0732943e14a933
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/5f2b272422600ba62b0732943e14a933.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/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
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/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
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/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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-OutputFileMap.json (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.LinkFileList (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
SwiftDriver TypedNotificationCenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 TypedNotificationCenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ TypedNotificationObservation+GenericNsNotification.swift,\ PDFView.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift:37:4: warning: capture of 'typedNotificationCenter' with non-sendable type 'TypedNotificationCenter?' in a '@Sendable' closure
typedNotificationCenter?.forwardGenericPost(
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:32:20: note: class 'TypedNotificationCenter' does not conform to the 'Sendable' protocol
public final class TypedNotificationCenter {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BridgedNotification+ErrorHandlingCustomization.swift,\ BridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: warning: static property 'invalidSenderBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: convert 'invalidSenderBlock' to a 'let' constant to make 'Sendable' shared state immutable
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: add '@MainActor' to make static property 'invalidSenderBlock' part of global actor 'MainActor'
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: warning: static property 'invalidPayloadBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: convert 'invalidPayloadBlock' to a 'let' constant to make 'Sendable' shared state immutable
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: add '@MainActor' to make static property 'invalidPayloadBlock' part of global actor 'MainActor'
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift:31:13: warning: stored property 'source' of 'Sendable'-conforming struct 'NotificationDecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
public var source: [AnyHashable: Any]
^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
^
SwiftCompile normal arm64 Compiling\ AnyTypedNotification.swift,\ SameTypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/AnyTypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/AnyTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
EmitSwiftModule normal arm64 (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: warning: static property 'invalidSenderBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: convert 'invalidSenderBlock' to a 'let' constant to make 'Sendable' shared state immutable
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: add '@MainActor' to make static property 'invalidSenderBlock' part of global actor 'MainActor'
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: warning: static property 'invalidPayloadBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: convert 'invalidPayloadBlock' to a 'let' constant to make 'Sendable' shared state immutable
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: add '@MainActor' to make static property 'invalidPayloadBlock' part of global actor 'MainActor'
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift:31:13: warning: stored property 'source' of 'Sendable'-conforming struct 'NotificationDecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
public var source: [AnyHashable: Any]
^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'TypedNotificationCenter' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = TypedNotificationCenter()
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:32:20: note: class 'TypedNotificationCenter' does not conform to the 'Sendable' protocol
public final class TypedNotificationCenter {
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = TypedNotificationCenter()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = TypedNotificationCenter()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ TypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ WeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TypedNotificationCenter+BridgedNotification.swift,\ TypedNotificationObservation+NsNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/TypedNotificationCenter+BridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/TypedNotificationCenter+BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift:57:5: warning: capture of 'typedNotificationCenter' with non-sendable type 'TypedNotificationCenter?' in a '@Sendable' closure
typedNotificationCenter?._post(T.self, sender: sender, payload: payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:32:20: note: class 'TypedNotificationCenter' does not conform to the 'Sendable' protocol
public final class TypedNotificationCenter {
^
SwiftCompile normal arm64 Compiling\ TypedNotificationObservation.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TypedNotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'TypedNotificationCenter' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default` = TypedNotificationCenter()
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:32:20: note: class 'TypedNotificationCenter' does not conform to the 'Sendable' protocol
public final class TypedNotificationCenter {
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default` = TypedNotificationCenter()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default` = TypedNotificationCenter()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:6: warning: capture of 'block' with non-sendable type '(T.Sender, T.Payload) -> Void' in a '@Sendable' closure
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:12: warning: capture of 'sender' with non-sendable type 'T.Sender' in a '@Sendable' closure
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:20: warning: capture of 'payload' with non-sendable type 'T.Payload' in a '@Sendable' closure
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:6: warning: capture of 'block' with non-sendable type '(T.Sender, T.Payload) -> Void' in a '@Sendable' closure
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:12: warning: capture of 'sender' with non-sendable type 'T.Sender' in a '@Sendable' closure
block(sender, payload)
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:20: warning: capture of 'payload' with non-sendable type 'T.Payload' in a '@Sendable' closure
block(sender, payload)
^
SwiftCompile normal arm64 Compiling\ TypedNotificationCenter+GenericBridgedNotification.swift,\ TypedNotificationObservation+GenericBridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:6: warning: capture of 'block' with non-sendable type '(Notification) -> Void' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:57: warning: capture of 'sender' with non-sendable type 'AnyObject?' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:75: warning: capture of 'payload' with non-sendable type '[AnyHashable : Any]?' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:6: warning: capture of 'block' with non-sendable type '(Notification) -> Void' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:57: warning: capture of 'sender' with non-sendable type 'AnyObject?' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:75: warning: capture of 'payload' with non-sendable type '[AnyHashable : Any]?' in a '@Sendable' closure
block(Notification(name: notificationName, object: sender, userInfo: payload))
^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ UIResponder.swift,\ AnyPayloadTypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation\ Requirements TypedNotificationCenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 TypedNotificationCenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling UIResponder.swift, AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/TypedNotificationCenter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/TypedNotificationCenter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftdoc (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.abi.json (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftsourceinfo (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+BridgedNotification.swift, TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling BridgedNotification+ErrorHandlingCustomization.swift, BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+GenericBridgedNotification.swift, TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation+GenericNsNotification.swift, PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling AnyTypedNotification.swift, SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation TypedNotificationCenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 TypedNotificationCenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-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/TypedNotificationCenter.o normal (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_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/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.o
ExtractAppIntentsMetadata (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 TypedNotificationCenter --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.TypedNotificationCenter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-appletvos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:51:06.688 appintentsmetadataprocessor[719:4035] Starting appintentsmetadataprocessor export
2025-04-27 02:51:06.728 appintentsmetadataprocessor[719:4035] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.o (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/TypedNotificationCenter.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "TypedNotificationCenter",
"name" : "TypedNotificationCenter",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "4.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "TypedNotificationCenter",
"targets" : [
"TypedNotificationCenter"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedNotificationCenterTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterTests",
"path" : "Tests/TypedNotificationCenterTests",
"sources" : [
"Bridged Notification tests/BridgedNotificationApiTests.swift",
"Bridged Notification tests/BridgedNotificationInternalTests.swift",
"Bridged Notification tests/NotificationNameApiTests.swift",
"Bridged Notification tests/Utility/SampleBridgedNotification.swift",
"Core tests/ApiTests.swift",
"Core tests/AsyncApiTests.swift",
"Core tests/Utility/SampleNotification.swift",
"Internal tests/InternalTests.swift",
"Utility/TestCase.swift",
"Utility/XCTestCase+Utils.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenterPerformanceTests",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenterPerformanceTests",
"path" : "Tests/TypedNotificationCenterPerformanceTests",
"sources" : [
"BridgedNotification.swift",
"Posting.swift",
"Subscribing.swift",
"Unsubscribing.swift",
"Utility/PerformanceTestNotifications.swift",
"Utility/TestCase.swift"
],
"target_dependencies" : [
"TypedNotificationCenter"
],
"type" : "test"
},
{
"c99name" : "TypedNotificationCenter",
"module_type" : "SwiftTarget",
"name" : "TypedNotificationCenter",
"path" : "Sources/TypedNotificationCenter",
"product_memberships" : [
"TypedNotificationCenter"
],
"sources" : [
"BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift",
"BridgedNotifications/Core/BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationCenter+BridgedNotification.swift",
"BridgedNotifications/Core/TypedNotificationObservation+NsNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift",
"BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericNsNotification.swift",
"BridgedNotifications/PDFKit/PDFView.swift",
"BridgedNotifications/UIKit/UIResponder.swift",
"Core/TypeErasure/AnyPayloadTypedNotification.swift",
"Core/TypeErasure/AnyTypedNotification.swift",
"Core/TypeErasure/SameTypedNotification.swift",
"Core/TypedNotification.swift",
"Core/TypedNotificationCenter.swift",
"Core/TypedNotificationObservation.swift",
"Core/WeakBox.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.