The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of TypedNotificationCenter, reference 2.1.2 (6e682f), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 09:51:09 UTC.

Swift 6 data race errors: 11

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=iOS 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:         iOS
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=iOS 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=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 7045a55dcda84edbdba062ebc3a136dc
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7045a55dcda84edbdba062ebc3a136dc.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/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\ BridgedNotification+ErrorHandlingCustomization.swift,\ BridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: warning: static property 'invalidSenderBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: convert 'invalidSenderBlock' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: add '@MainActor' to make static property 'invalidSenderBlock' part of global actor 'MainActor'
        static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:30:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidSenderBlock: (Any?, Notification.Name) -> Void = { sender, notificationName in
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: warning: static property 'invalidPayloadBlock' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: convert 'invalidPayloadBlock' to a 'let' constant to make 'Sendable' shared state immutable
        static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: add '@MainActor' to make static property 'invalidPayloadBlock' part of global actor 'MainActor'
        static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification+ErrorHandlingCustomization.swift:34:13: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var invalidPayloadBlock: (Error, [AnyHashable: Any]?, Notification.Name) -> Void = { error, _, _ in
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/Core/BridgedNotification.swift:31:13: warning: stored property 'source' of 'Sendable'-conforming struct 'NotificationDecodingError' has non-sendable type '[AnyHashable : Any]'; this is an error in the Swift 6 language mode
        public var source: [AnyHashable: Any]
                   ^
Swift.Dictionary:1:23: note: generic struct 'Dictionary' does not conform to the 'Sendable' protocol
@frozen public struct Dictionary<Key, Value> where Key : Hashable {
                      ^
SwiftCompile normal arm64 Compiling\ 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

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
                        nonisolated(unsafe)
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

SwiftCompile normal arm64 Compiling\ TypedNotificationCenter+GenericBridgedNotification.swift,\ TypedNotificationObservation+GenericBridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:6: warning: capture of 'block' with non-sendable type '(Notification) -> Void' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:57: warning: capture of 'sender' with non-sendable type 'AnyObject?' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:59:75: warning: capture of 'payload' with non-sendable type '[AnyHashable : Any]?' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                                                                                             ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:6: warning: capture of 'block' with non-sendable type '(Notification) -> Void' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:57: warning: capture of 'sender' with non-sendable type 'AnyObject?' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationCenter+GenericBridgedNotification.swift:73:75: warning: capture of 'payload' with non-sendable type '[AnyHashable : Any]?' in a '@Sendable' closure
                                        block(Notification(name: notificationName, object: sender, userInfo: payload))
                                                                                                             ^
Swift.Optional:1:21: note: generic enum 'Optional' does not conform to the 'Sendable' protocol
@frozen public enum Optional<Wrapped> : ~Copyable where Wrapped : ~Copyable {
                    ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/GenericBridgedNotification/TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ UIResponder.swift,\ AnyPayloadTypedNotification.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypeErasure/AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:80:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:87:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:94:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:101:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:108:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:115:58: warning: main actor-isolated class property 'main' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                        public static var defaultSender: UIScreen? { UIScreen.main }
                                                                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:57:49: note: class property declared here
@property(class, nonatomic, readonly) UIScreen *mainScreen API_DEPRECATED("Use a UIScreen instance found through context instead: i.e, view.window.windowScene.screen", ios(2.0, API_TO_BE_DEPRECATED), visionos(1.0, API_TO_BE_DEPRECATED)) API_UNAVAILABLE(watchos); // the device's internal screen
                                                ^
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

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.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'TypedNotificationCenter' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `default` = TypedNotificationCenter()
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:32:20: note: class 'TypedNotificationCenter' does not conform to the 'Sendable' protocol
public final class TypedNotificationCenter {
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
        public static let `default` = TypedNotificationCenter()
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:127:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `default` = TypedNotificationCenter()
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:6: warning: capture of 'block' with non-sendable type '(T.Sender, T.Payload) -> Void' in a '@Sendable' closure
                                        block(sender, payload)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                        block(sender, payload)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:12: warning: capture of 'sender' with non-sendable type 'T.Sender' in a '@Sendable' closure
                                        block(sender, payload)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:99:20: warning: capture of 'payload' with non-sendable type 'T.Payload' in a '@Sendable' closure
                                        block(sender, payload)
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:6: warning: capture of 'block' with non-sendable type '(T.Sender, T.Payload) -> Void' in a '@Sendable' closure
                                        block(sender, payload)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:6: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                                        block(sender, payload)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:12: warning: capture of 'sender' with non-sendable type 'T.Sender' in a '@Sendable' closure
                                        block(sender, payload)
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/TypedNotificationCenter.swift:113:20: warning: capture of 'payload' with non-sendable type 'T.Payload' in a '@Sendable' closure
                                        block(sender, payload)
                                                      ^
SwiftCompile normal arm64 Compiling\ 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

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/BridgedNotifications/PDFKit/PDFView.swift:36:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/PDFKit/PDFView.swift:36:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = .PDFViewAnnotationHit
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:79:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillShowNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:86:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidShowNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:93:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillHideNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:100:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidHideNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:107:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardWillChangeFrameNotification
                                          ^
                        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: warning: static property 'notificationName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: convert 'notificationName' to a 'let' constant to make 'Sendable' shared state immutable
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                      ~~~ ^
                                      let
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: add '@MainActor' to make static property 'notificationName' part of global actor 'MainActor'
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
                        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/BridgedNotifications/UIKit/UIResponder.swift:114:22: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
                        public static var notificationName: Notification.Name = UIResponder.keyboardDidChangeFrameNotification
                                          ^
                        nonisolated(unsafe)
/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\ WeakBox.swift /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/TypedNotificationCenter/Core/WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ 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 Emitting module for TypedNotificationCenter (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriver\ Compilation\ Requirements TypedNotificationCenter normal arm64 com.apple.xcode.tools.swift.compiler (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name TypedNotificationCenter -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TypedNotificationCenter-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/TypedNotificationCenter-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+GenericBridgedNotification.swift, TypedNotificationObservation+GenericBridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling BridgedNotification+ErrorHandlingCustomization.swift, BridgedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling AnyTypedNotification.swift, SameTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling WeakBox.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationCenter+BridgedNotification.swift, TypedNotificationObservation+NsNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling UIResponder.swift, AnyPayloadTypedNotification.swift (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
SwiftDriverJobDiscovery normal arm64 Compiling TypedNotificationObservation+GenericNsNotification.swift, PDFView.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.o normal (in target 'TypedNotificationCenter' from project 'TypedNotificationCenter')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.TypedNotificationCenter --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/TypedNotificationCenter.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/TypedNotificationCenter.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/TypedNotificationCenter.build/Debug-iphoneos/TypedNotificationCenter.build/Objects-normal/arm64/TypedNotificationCenter.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 02:51:08.624 appintentsmetadataprocessor[718:4068] Starting appintentsmetadataprocessor export
2025-04-27 02:51:08.665 appintentsmetadataprocessor[718:4068] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.