Build Information
Successful build of TypedNotificationCenter, reference 2.1.2 (6e682f
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 09:50:52 UTC.
Swift 6 data race errors: 12
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=watchOS 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: watchOS
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=watchOS 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=watchOS "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/WatchOS.platform/Developer/SDKs/WatchOS11.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: 27f7e1cd5f5416df819640200f612fe2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/27f7e1cd5f5416df819640200f612fe2.xcbuilddata
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
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver TypedNotificationCenter normal armv7k 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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver TypedNotificationCenter normal arm64_32 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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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\ 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\ 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\ 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\ 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\ 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
SwiftEmitModule normal armv7k Emitting\ module\ for\ TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
EmitSwiftModule normal armv7k (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 armv7k Compiling\ TypedNotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k /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_32 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_32 /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_32 /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_32 Emitting\ module\ for\ TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
EmitSwiftModule normal arm64_32 (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_32 Compiling\ WeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal armv7k Emitting module for TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation\ Requirements TypedNotificationCenter normal armv7k 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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation\ Requirements TypedNotificationCenter normal arm64_32 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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64 Emitting module for TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.swiftmodule
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.swiftdoc
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TypedNotificationCenter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/TypedNotificationCenter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 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_32 /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_32 /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 armv7k Compiling\ TypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k /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
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 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_32 /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_32 /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
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+GenericBridgedNotification.swift, TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 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_32 /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_32 /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 {
^
SwiftDriverJobDiscovery normal arm64_32 Compiling WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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
SwiftDriverJobDiscovery normal arm64 Compiling WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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_32 Compiling TypedNotificationCenter+GenericBridgedNotification.swift, TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 Compiling\ TypedNotificationObservation.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k Compiling\ TypedNotificationObservation.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k /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
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotificationCenter+GenericBridgedNotification.swift, TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 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_32 /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_32 /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\ 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)
^
SwiftDriverJobDiscovery normal arm64 Compiling AnyTypedNotification.swift, SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+BridgedNotification.swift, TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyTypedNotification.swift, SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 Compiling\ TypedNotificationCenter.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 /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)
^
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedNotificationObservation+GenericNsNotification.swift, PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 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_32 /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_32 /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 armv7k Compiling UIResponder.swift, AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 {
^
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 armv7k Compiling AnyTypedNotification.swift, SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k Compiling\ WeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k /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
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation+GenericNsNotification.swift, PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal armv7k 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 armv7k /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 armv7k /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 armv7k 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 armv7k /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 armv7k /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
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedNotificationCenter+BridgedNotification.swift, TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64_32 Compiling BridgedNotification+ErrorHandlingCustomization.swift, BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 Compiling\ TypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
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 {
^
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64_32 Compiling UIResponder.swift, AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal armv7k Compiling WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling UIResponder.swift, AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64_32 Compiling TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation TypedNotificationCenter normal arm64_32 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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/Binary/TypedNotificationCenter.o normal arm64_32 (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_32-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/Binary/TypedNotificationCenter.o
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotificationCenter+BridgedNotification.swift, TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal armv7k Compiling BridgedNotification+ErrorHandlingCustomization.swift, BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal armv7k Compiling TypedNotificationObservation+GenericNsNotification.swift, PDFView.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation TypedNotificationCenter normal armv7k 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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/Binary/TypedNotificationCenter.o normal armv7k (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 armv7k-apple-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/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-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/Binary/TypedNotificationCenter.o
SwiftDriverJobDiscovery normal arm64 Compiling BridgedNotification+ErrorHandlingCustomization.swift, BridgedNotification.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos4.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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-watchos/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-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/Binary/TypedNotificationCenter.o normal arm64 (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-watchos4.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/Binary/TypedNotificationCenter.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/Binary/TypedNotificationCenter.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/Binary/TypedNotificationCenter.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/Binary/TypedNotificationCenter.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 4.0 --bundle-identifier spi-builder-workspace.TypedNotificationCenter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.appintents --target-triple arm64-apple-watchos4.0 --target-triple armv7k-apple-watchos4.0 --target-triple arm64_32-apple-watchos4.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/TypedNotificationCenter.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/armv7k/TypedNotificationCenter.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-watchos/TypedNotificationCenter.build/Objects-normal/arm64_32/TypedNotificationCenter.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:50:51.779 appintentsmetadataprocessor[746:4290] Starting appintentsmetadataprocessor export
2025-04-27 02:50:51.819 appintentsmetadataprocessor[746:4290] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.