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 SwiftKeys, reference main (577088), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 17:52:41 UTC.

Swift 6 data race errors: 10

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftKeys -destination platform=macOS,arch=arm64 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/jordanbaird/SwiftKeys.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jordanbaird/SwiftKeys
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 577088c Update README.md
Cloned https://github.com/jordanbaird/SwiftKeys.git
Revision (git rev-parse @):
577088c3c4a20f2b11cff3a61b2454044feea2cc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jordanbaird/SwiftKeys.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/jordanbaird/SwiftKeys.git
https://github.com/jordanbaird/SwiftKeys.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeys",
  "name" : "SwiftKeys",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKeys",
      "targets" : [
        "SwiftKeys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeysTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeysTests",
      "path" : "Tests/SwiftKeysTests",
      "sources" : [
        "EventTypeTests.swift",
        "KeyCommandProxyTests.swift",
        "KeyCommandTests.swift",
        "KeyRecorderTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "SwiftKeys"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeys",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeys",
      "path" : "Sources/SwiftKeys",
      "product_memberships" : [
        "SwiftKeys"
      ],
      "sources" : [
        "KeyCommand/Key.swift",
        "KeyCommand/KeyCommand.swift",
        "KeyCommand/KeyCommandProxy.swift",
        "KeyCommand/Modifier.swift",
        "KeyCommand/Name.swift",
        "KeyCommand/Observation.swift",
        "KeyRecorder/BezelStyle.swift",
        "KeyRecorder/KeyRecorder.swift",
        "KeyRecorder/KeyRecorderView.swift",
        "Utilities/NSMenuItem+extensions.swift",
        "Utilities/Utilities.swift",
        "Utilities/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SwiftKeys: /Users/admin/builder/spi-builder-workspace
resolved source packages: SwiftKeys
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeys",
  "name" : "SwiftKeys",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKeys",
      "targets" : [
        "SwiftKeys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeysTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeysTests",
      "path" : "Tests/SwiftKeysTests",
      "sources" : [
        "EventTypeTests.swift",
        "KeyCommandProxyTests.swift",
        "KeyCommandTests.swift",
        "KeyRecorderTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "SwiftKeys"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeys",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeys",
      "path" : "Sources/SwiftKeys",
      "product_memberships" : [
        "SwiftKeys"
      ],
      "sources" : [
        "KeyCommand/Key.swift",
        "KeyCommand/KeyCommand.swift",
        "KeyCommand/KeyCommandProxy.swift",
        "KeyCommand/Modifier.swift",
        "KeyCommand/Name.swift",
        "KeyCommand/Observation.swift",
        "KeyRecorder/BezelStyle.swift",
        "KeyRecorder/KeyRecorder.swift",
        "KeyRecorder/KeyRecorderView.swift",
        "Utilities/NSMenuItem+extensions.swift",
        "Utilities/Utilities.swift",
        "Utilities/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftKeys"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftKeys -destination platform=macOS,arch=arm64 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 SwiftKeys -destination platform=macOS,arch=arm64 "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:
  SwiftKeys: /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 'SwiftKeys' in project 'SwiftKeys'
        ➜ Explicit dependency on target 'SwiftKeys' in project 'SwiftKeys'
    Target 'SwiftKeys' in project 'SwiftKeys' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 91b4a110f07391832533c181d5f97fd9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/91b4a110f07391832533c181d5f97fd9.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyMetadataFileList (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyStaticMetadataFileList (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.modulemap (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftFileList (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftConstValuesFileList (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.LinkFileList (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_const_extract_protocols.json (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-OutputFileMap.json (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftKeys.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.modulemap (in target 'SwiftKeys' from project 'SwiftKeys')
    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/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver SwiftKeys normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftKeys' from project 'SwiftKeys')
    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 SwiftKeys -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Observation.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Observation.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Observation.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Name.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Name.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Name.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:412:22: warning: main actor-isolated property 'recordingState' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
                self.recordingState = .idle
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:208:9: note: mutation of this property is only permitted within the actor
    var recordingState = RecordingState.idle {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:413:22: warning: call to main actor-isolated instance method 'updateBasedOnNewRecordingState()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.updateBasedOnNewRecordingState()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:501:10: note: calls to instance method 'updateBasedOnNewRecordingState()' from outside of its actor context are implicitly asynchronous
    func updateBasedOnNewRecordingState() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:501:10: note: main actor isolation inferred from inheritance from class 'NSSegmentedControl'
    func updateBasedOnNewRecordingState() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:426:22: warning: main actor-isolated property 'recordingState' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
                self.recordingState = .idle
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:208:9: note: mutation of this property is only permitted within the actor
    var recordingState = RecordingState.idle {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:427:22: warning: call to main actor-isolated instance method 'updateBasedOnNewRecordingState()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                self.updateBasedOnNewRecordingState()
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:501:10: note: calls to instance method 'updateBasedOnNewRecordingState()' from outside of its actor context are implicitly asynchronous
    func updateBasedOnNewRecordingState() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:501:10: note: main actor isolation inferred from inheritance from class 'NSSegmentedControl'
    func updateBasedOnNewRecordingState() {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:579:25: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let alert = NSAlert()
                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:575:14: note: add '@MainActor' to make instance method 'displayAlert()' part of global actor 'MainActor'
        func displayAlert() {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:580:19: warning: main actor-isolated property 'messageText' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            alert.messageText = messageText
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:71:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *messageText;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:575:14: note: add '@MainActor' to make instance method 'displayAlert()' part of global actor 'MainActor'
        func displayAlert() {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:581:19: warning: main actor-isolated property 'informativeText' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            alert.informativeText = infoText
                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSAlert.h:75:28: note: mutation of this property is only permitted within the actor
@property (copy) NSString *informativeText;
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:575:14: note: add '@MainActor' to make instance method 'displayAlert()' part of global actor 'MainActor'
        func displayAlert() {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:582:19: warning: call to main actor-isolated instance method 'runModal()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            alert.runModal()
                  ^
AppKit.NSAlert.runModal:2:22: note: calls to instance method 'runModal()' from outside of its actor context are implicitly asynchronous
@MainActor open func runModal() -> NSApplication.ModalResponse}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:575:14: note: add '@MainActor' to make instance method 'displayAlert()' part of global actor 'MainActor'
        func displayAlert() {
             ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:526:23: warning: cannot access property 'keyDownMonitor' with a non-sendable type 'LocalEventMonitor?' from nonisolated deinit; this is an error in the Swift 6 language mode
        keyDownMonitor?.stop()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:74:7: note: class 'LocalEventMonitor' does not conform to the 'Sendable' protocol
class LocalEventMonitor {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:527:25: warning: cannot access property 'mouseDownMonitor' with a non-sendable type 'LocalEventMonitor?' from nonisolated deinit; this is an error in the Swift 6 language mode
        mouseDownMonitor?.stop()
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:74:7: note: class 'LocalEventMonitor' does not conform to the 'Sendable' protocol
class LocalEventMonitor {
      ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftKeys (in target 'SwiftKeys' from project 'SwiftKeys')
EmitSwiftModule normal arm64 (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: warning: static property 'customStringMapping' is not concurrency-safe because non-'Sendable' type '[KeyCommand.Key : String]' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:10:17: note: consider making enum 'Key' conform to the 'Sendable' protocol
    public enum Key {
                ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: note: add '@MainActor' to make static property 'customStringMapping' part of global actor 'MainActor'
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: warning: static property 'eventHandlerRef' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var eventHandlerRef: EventHandlerRef?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: convert 'eventHandlerRef' to a 'let' constant to make 'Sendable' shared state immutable
    private static var eventHandlerRef: EventHandlerRef?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: add '@MainActor' to make static property 'eventHandlerRef' part of global actor 'MainActor'
    private static var eventHandlerRef: EventHandlerRef?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var eventHandlerRef: EventHandlerRef?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: warning: static property 'proxyCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var proxyCount: UInt32 = 0
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: convert 'proxyCount' to a 'let' constant to make 'Sendable' shared state immutable
    private static var proxyCount: UInt32 = 0
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: add '@MainActor' to make static property 'proxyCount' part of global actor 'MainActor'
    private static var proxyCount: UInt32 = 0
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var proxyCount: UInt32 = 0
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var all = Self()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    private static var all = Self()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    private static var all = Self()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var all = Self()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: warning: static property 'canonicalOrder' is not concurrency-safe because non-'Sendable' type 'Array<KeyCommand.Modifier>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let canonicalOrder: Self = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:11:17: note: consider making enum 'Modifier' conform to the 'Sendable' protocol
    public enum Modifier {
                ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: note: add '@MainActor' to make static property 'canonicalOrder' part of global actor 'MainActor'
    static let canonicalOrder: Self = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let canonicalOrder: Self = {
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: warning: static property 'flatBordered' is not concurrency-safe because non-'Sendable' type 'KeyRecorder.BezelStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flatBordered: Self = .capsule
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:13:17: note: consider making enum 'BezelStyle' conform to the 'Sendable' protocol
    public enum BezelStyle: CaseIterable, Hashable {
                ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: note: add '@MainActor' to make static property 'flatBordered' part of global actor 'MainActor'
        public static let flatBordered: Self = .capsule
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flatBordered: Self = .capsule
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: warning: static property 'keyCommandNameStorage' is not concurrency-safe because non-'Sendable' type 'Storage<KeyCommand.Name>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: note: add '@MainActor' to make static property 'keyCommandNameStorage' part of global actor 'MainActor'
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: warning: static property 'keyAndModifierChangeHandlerStorage' is not concurrency-safe because non-'Sendable' type 'Storage<VoidHandler>' (aka 'Storage<Handler<()>>') may have shared mutable state; this is an error in the Swift 6 language mode
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: note: add '@MainActor' to make static property 'keyAndModifierChangeHandlerStorage' part of global actor 'MainActor'
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: warning: static property 'observationStorage' is not concurrency-safe because non-'Sendable' type 'Storage<Set<NSKeyValueObservation>>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: note: add '@MainActor' to make static property 'observationStorage' part of global actor 'MainActor'
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ KeyRecorderView.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorderView.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorderView.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ KeyCommandProxy.swift,\ Modifier.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: warning: static property 'eventHandlerRef' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var eventHandlerRef: EventHandlerRef?
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: convert 'eventHandlerRef' to a 'let' constant to make 'Sendable' shared state immutable
    private static var eventHandlerRef: EventHandlerRef?
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: add '@MainActor' to make static property 'eventHandlerRef' part of global actor 'MainActor'
    private static var eventHandlerRef: EventHandlerRef?
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var eventHandlerRef: EventHandlerRef?
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: warning: static property 'proxyCount' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var proxyCount: UInt32 = 0
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: convert 'proxyCount' to a 'let' constant to make 'Sendable' shared state immutable
    private static var proxyCount: UInt32 = 0
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: add '@MainActor' to make static property 'proxyCount' part of global actor 'MainActor'
    private static var proxyCount: UInt32 = 0
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:25:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var proxyCount: UInt32 = 0
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: warning: static property 'all' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    private static var all = Self()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: convert 'all' to a 'let' constant to make 'Sendable' shared state immutable
    private static var all = Self()
                   ~~~ ^
                   let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    private static var all = Self()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommandProxy.swift:346:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static var all = Self()
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: warning: static property 'canonicalOrder' is not concurrency-safe because non-'Sendable' type 'Array<KeyCommand.Modifier>' may have shared mutable state; this is an error in the Swift 6 language mode
    static let canonicalOrder: Self = {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:11:17: note: consider making enum 'Modifier' conform to the 'Sendable' protocol
    public enum Modifier {
                ^
                         : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: note: add '@MainActor' to make static property 'canonicalOrder' part of global actor 'MainActor'
    static let canonicalOrder: Self = {
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Modifier.swift:99:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let canonicalOrder: Self = {
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ BezelStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: warning: static property 'flatBordered' is not concurrency-safe because non-'Sendable' type 'KeyRecorder.BezelStyle' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let flatBordered: Self = .capsule
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:13:17: note: consider making enum 'BezelStyle' conform to the 'Sendable' protocol
    public enum BezelStyle: CaseIterable, Hashable {
                ^
                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: note: add '@MainActor' to make static property 'flatBordered' part of global actor 'MainActor'
        public static let flatBordered: Self = .capsule
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let flatBordered: Self = .capsule
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:68:17: warning: main actor-isolated property 'segmentStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
        control.segmentStyle = cocoaValue
                ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:91:26: note: mutation of this property is only permitted within the actor
@property NSSegmentStyle segmentStyle API_AVAILABLE(macos(10.5));
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:71:27: warning: main actor-isolated property 'isBezeled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.cell?.isBezeled = false
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:124:35: note: mutation of this property is only permitted within the actor
@property (getter=isBezeled) BOOL bezeled;
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:71:21: warning: main actor-isolated property 'cell' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            control.cell?.isBezeled = false
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:129:47: note: property declared here
@property (nullable, strong) __kindof NSCell *cell;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:72:21: warning: main actor-isolated property 'borderLayer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.borderLayer = .roundedRectBorder(for: control)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:226:9: note: mutation of this property is only permitted within the actor
    var borderLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:73:21: warning: main actor-isolated property 'splitterLayer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.splitterLayer = .segmentSplitter(for: control, afterSegment: 0)
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:237:9: note: mutation of this property is only permitted within the actor
    var splitterLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:75:27: warning: main actor-isolated property 'isBezeled' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.cell?.isBezeled = true
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSCell.h:124:35: note: mutation of this property is only permitted within the actor
@property (getter=isBezeled) BOOL bezeled;
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:75:21: warning: main actor-isolated property 'cell' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            control.cell?.isBezeled = true
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSControl.h:129:47: note: property declared here
@property (nullable, strong) __kindof NSCell *cell;
                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:76:21: warning: main actor-isolated property 'borderLayer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.borderLayer = nil
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:226:9: note: mutation of this property is only permitted within the actor
    var borderLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:77:21: warning: main actor-isolated property 'splitterLayer' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            control.splitterLayer = nil
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/KeyRecorder.swift:237:9: note: mutation of this property is only permitted within the actor
    var splitterLayer: CALayer? {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyRecorder/BezelStyle.swift:67:10: note: add '@MainActor' to make instance method 'apply(to:)' part of global actor 'MainActor'
    func apply(to control: KeyRecorderSegmentedControl) {
         ^
    @MainActor
SwiftCompile normal arm64 Compiling\ NSMenuItem+extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: warning: static property 'keyCommandNameStorage' is not concurrency-safe because non-'Sendable' type 'Storage<KeyCommand.Name>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: note: add '@MainActor' to make static property 'keyCommandNameStorage' part of global actor 'MainActor'
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:11:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let keyCommandNameStorage = Storage<KeyCommand.Name>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: warning: static property 'keyAndModifierChangeHandlerStorage' is not concurrency-safe because non-'Sendable' type 'Storage<VoidHandler>' (aka 'Storage<Handler<()>>') may have shared mutable state; this is an error in the Swift 6 language mode
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: note: add '@MainActor' to make static property 'keyAndModifierChangeHandlerStorage' part of global actor 'MainActor'
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let keyAndModifierChangeHandlerStorage = Storage<VoidHandler>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: warning: static property 'observationStorage' is not concurrency-safe because non-'Sendable' type 'Storage<Set<NSKeyValueObservation>>' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:349:7: note: generic class 'Storage' does not conform to the 'Sendable' protocol
class Storage<Value> {
      ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: note: add '@MainActor' to make static property 'observationStorage' part of global actor 'MainActor'
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:13:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let observationStorage = Storage<Set<NSKeyValueObservation>>()
                       ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/NSMenuItem+extensions.swift:62:29: warning: capture of 'self' with non-sendable type 'NSMenuItem?' in a '@Sendable' closure
                        let self,
                            ^
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/SwiftKeys/Utilities/NSMenuItem+extensions.swift:76:29: warning: capture of 'self' with non-sendable type 'NSMenuItem?' in a '@Sendable' closure
                        let self,
                            ^
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 Compiling\ ViewModifiers.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
           ~~~ ^
           let
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/ViewModifiers.swift:13:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static var defaultValue = KeyRecorderView.BezelStyle.rounded
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Utilities.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:33:42: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        roundedRectBorder(frame: control.bounds, color: .controlColor, lineWidth: 1, cornerRadius: 6)
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: note: property declared here
@property NSRect bounds;
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:32:17: note: add '@MainActor' to make static method 'roundedRectBorder(for:)' part of global actor 'MainActor'
    static func roundedRectBorder(for control: NSSegmentedControl) -> CALayer {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:38:31: warning: main actor-isolated property 'bounds' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        layer.frame = control.bounds
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSView.h:139:18: note: property declared here
@property NSRect bounds;
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:36:17: note: add '@MainActor' to make static method 'segmentSplitter(for:afterSegment:)' part of global actor 'MainActor'
    static func segmentSplitter(for control: NSSegmentedControl, afterSegment segment: Int) -> CALayer {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:48:48: warning: main actor-isolated property 'segmentCount' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        let segment = max(min(segment, control.segmentCount), 0)
                                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSegmentedControl.h:55:21: note: property declared here
@property NSInteger segmentCount;
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:36:17: note: add '@MainActor' to make static method 'segmentSplitter(for:afterSegment:)' part of global actor 'MainActor'
    static func segmentSplitter(for control: NSSegmentedControl, afterSegment segment: Int) -> CALayer {
                ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/Utilities/Utilities.swift:50:27: warning: call to main actor-isolated instance method 'width(forSegment:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            $0 += control.width(forSegment: $1)
                          ^
AppKit.NSSegmentedControl.width:2:22: note: calls to instance method 'width(forSegment:)' from outside of its actor context are implicitly asynchronous
@MainActor open func width(forSegment segment: Int) -> CGFloat}
                     ^
AppKit.NSSegmentedControl.width:2:22: note: main actor isolation inferred from inheritance from class 'NSControl'
@MainActor open func width(forSegment segment: Int) -> CGFloat}
                     ^
SwiftCompile normal arm64 Compiling\ Key.swift,\ KeyCommand.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommand.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: warning: static property 'customStringMapping' is not concurrency-safe because non-'Sendable' type '[KeyCommand.Key : String]' may have shared mutable state; this is an error in the Swift 6 language mode
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:10:17: note: consider making enum 'Key' conform to the 'Sendable' protocol
    public enum Key {
                ^
                    : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: note: add '@MainActor' to make static property 'customStringMapping' part of global actor 'MainActor'
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/Key.swift:251:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    private static let customStringMapping: [KeyCommand.Key: String] = [
                       ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SwiftKeys/KeyCommand/KeyCommand.swift (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftKeys (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriver\ Compilation\ Requirements SwiftKeys normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftKeys' from project 'SwiftKeys')
    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 SwiftKeys -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Name.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftKeys-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-Swift.h (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SwiftKeys-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule (in target 'SwiftKeys' from project 'SwiftKeys')
    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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftdoc (in target 'SwiftKeys' from project 'SwiftKeys')
    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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.abi.json (in target 'SwiftKeys' from project 'SwiftKeys')
    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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftsourceinfo (in target 'SwiftKeys' from project 'SwiftKeys')
    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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Observation.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling Key.swift, KeyCommand.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling Utilities.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling KeyCommandProxy.swift, Modifier.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling NSMenuItem+extensions.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling BezelStyle.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling KeyRecorder.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling ViewModifiers.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriverJobDiscovery normal arm64 Compiling KeyRecorderView.swift (in target 'SwiftKeys' from project 'SwiftKeys')
SwiftDriver\ Compilation SwiftKeys normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftKeys' from project 'SwiftKeys')
    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 SwiftKeys -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.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/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys-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/SwiftKeys.o normal (in target 'SwiftKeys' from project 'SwiftKeys')
    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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.o
ExtractAppIntentsMetadata (in target 'SwiftKeys' from project 'SwiftKeys')
    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 SwiftKeys --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.SwiftKeys --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/SwiftKeys.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftKeys.build/Debug/SwiftKeys.build/Objects-normal/arm64/SwiftKeys.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 10:52:40.951 appintentsmetadataprocessor[718:4100] Starting appintentsmetadataprocessor export
2025-04-27 10:52:40.989 appintentsmetadataprocessor[718:4100] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.o (in target 'SwiftKeys' from project 'SwiftKeys')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SwiftKeys.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:61d01e8958b7481115c3013385bdcadaea3eb4e0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:61d01e8958b7481115c3013385bdcadaea3eb4e0, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:61d01e8958b7481115c3013385bdcadaea3eb4e0, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:61d01e8958b7481115c3013385bdcadaea3eb4e0, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftKeys",
  "name" : "SwiftKeys",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKeys",
      "targets" : [
        "SwiftKeys"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKeysTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeysTests",
      "path" : "Tests/SwiftKeysTests",
      "sources" : [
        "EventTypeTests.swift",
        "KeyCommandProxyTests.swift",
        "KeyCommandTests.swift",
        "KeyRecorderTests.swift",
        "Utilities.swift"
      ],
      "target_dependencies" : [
        "SwiftKeys"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKeys",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKeys",
      "path" : "Sources/SwiftKeys",
      "product_memberships" : [
        "SwiftKeys"
      ],
      "sources" : [
        "KeyCommand/Key.swift",
        "KeyCommand/KeyCommand.swift",
        "KeyCommand/KeyCommandProxy.swift",
        "KeyCommand/Modifier.swift",
        "KeyCommand/Name.swift",
        "KeyCommand/Observation.swift",
        "KeyRecorder/BezelStyle.swift",
        "KeyRecorder/KeyRecorder.swift",
        "KeyRecorder/KeyRecorderView.swift",
        "Utilities/NSMenuItem+extensions.swift",
        "Utilities/Utilities.swift",
        "Utilities/ViewModifiers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.