The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of EventDispatcherKit, reference main (817b75), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 24 Jun 2025 14:41:13 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EventDispatcherKit -destination generic/platform=iOS

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NikSativa/EventDispatcherKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NikSativa/EventDispatcherKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 817b75c upd SwiftFormat rules and github actions
Cloned https://github.com/NikSativa/EventDispatcherKit.git
Revision (git rev-parse @):
817b75c4093565ea56c181880a97ad827e2a5f23
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/EventDispatcherKit.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/NikSativa/EventDispatcherKit.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/NikSativa/Threading.git
Fetching from https://github.com/NikSativa/SpryKit.git
Fetching from https://github.com/mattgallagher/CwlPreconditionTesting.git
Fetching from https://github.com/apple/swift-syntax.git
Fetching from https://github.com/mattgallagher/CwlCatchException.git
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘Threading’
Checking out 2.2.0 of package ‘Threading’
Creating working copy of package ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘SpryKit’
Checking out 3.0.4 of package ‘SpryKit’
Resolve Package Graph
Resolved source packages:
  SpryKit: https://github.com/NikSativa/SpryKit.git @ 3.0.4
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  Threading: https://github.com/NikSativa/Threading.git @ 2.2.0
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  EventDispatcherKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: SpryKit, CwlPreconditionTesting, CwlCatchException, Threading, swift-syntax, EventDispatcherKit
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    },
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    }
  ],
  "manifest_display_name" : "EventDispatcherKit",
  "name" : "EventDispatcherKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EventDispatcherKit",
      "targets" : [
        "EventDispatcherKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventDispatcherKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EventDispatcherKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Threading",
        "SpryKit"
      ],
      "sources" : [
        "EventDispatcherTests.swift",
        "MultiThreadEventDispatcherTests.swift",
        "TestHelpers/CustomizedEvent+TestHelper.swift",
        "TestHelpers/Dictionary+TestHelper.swift",
        "TestHelpers/EventName+TestHelper.swift",
        "TestHelpers/FakeEventProcessor.swift",
        "TestHelpers/FakeMultiThreadEventProcessor.swift",
        "TestHelpers/FakeQueueable.swift"
      ],
      "target_dependencies" : [
        "EventDispatcherKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventDispatcherKit",
      "module_type" : "SwiftTarget",
      "name" : "EventDispatcherKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "EventDispatcherKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ConsoleEventProcessor.swift",
        "EventDispatcher.swift",
        "EventDispatching.swift",
        "EventProcessor.swift",
        "EventProcessorName.swift",
        "Metric/CustomizableEvent.swift",
        "Metric/Event.swift",
        "Metric/EventName.swift",
        "Metric/Events.swift",
        "Metric/TechnicalEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "EventDispatcherKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EventDispatcherKit -destination generic/platform=iOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 EventDispatcherKit -destination generic/platform=iOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  EventDispatcherKit: /Users/admin/builder/spi-builder-workspace
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  SpryKit: https://github.com/NikSativa/SpryKit.git @ 3.0.4
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  Threading: https://github.com/NikSativa/Threading.git @ 2.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'EventDispatcherKit' in project 'EventDispatcherKit'
        ➜ Explicit dependency on target 'EventDispatcherKit' in project 'EventDispatcherKit'
        ➜ Explicit dependency on target 'EventDispatcherKit_EventDispatcherKit' in project 'EventDispatcherKit'
        ➜ Explicit dependency on target 'Threading' in project 'Threading'
    Target 'EventDispatcherKit' in project 'EventDispatcherKit'
        ➜ Explicit dependency on target 'EventDispatcherKit_EventDispatcherKit' in project 'EventDispatcherKit'
        ➜ Explicit dependency on target 'Threading' in project 'Threading'
    Target 'Threading' in project 'Threading'
        ➜ Explicit dependency on target 'Threading' in project 'Threading'
        ➜ Explicit dependency on target 'Threading_Threading' in project 'Threading'
    Target 'Threading' in project 'Threading'
        ➜ Explicit dependency on target 'Threading_Threading' in project 'Threading'
    Target 'Threading_Threading' in project 'Threading' (no dependencies)
    Target 'EventDispatcherKit_EventDispatcherKit' in project 'EventDispatcherKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 0c4da6f751aaa364d7f51acb5dccf84c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/0c4da6f751aaa364d7f51acb5dccf84c.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.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/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
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/Threading_Threading.DependencyStaticMetadataFileList (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/Threading_Threading.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/Threading_Threading.DependencyMetadataFileList (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/Threading_Threading.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/empty-Threading_Threading.plist (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/empty-Threading_Threading.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyMetadataFileList (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyStaticMetadataFileList (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.modulemap (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_const_extract_protocols.json (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftConstValuesFileList (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.LinkFileList (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/resource_bundle_accessor.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/EventDispatcherKit_EventDispatcherKit.DependencyMetadataFileList (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/EventDispatcherKit_EventDispatcherKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/empty-EventDispatcherKit_EventDispatcherKit.plist (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/empty-EventDispatcherKit_EventDispatcherKit.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/EventDispatcherKit_EventDispatcherKit.DependencyStaticMetadataFileList (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/EventDispatcherKit_EventDispatcherKit.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Threading.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.modulemap (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    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/Threading.build/Debug-iphoneos/Threading.build/Threading.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_const_extract_protocols.json (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftConstValuesFileList (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.LinkFileList (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.modulemap (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyStaticMetadataFileList (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyMetadataFileList (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EventDispatcherKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.modulemap (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/empty-Threading_Threading.plist (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading_Threading.build/empty-Threading_Threading.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/PrivacyInfo.xcprivacy (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/empty-EventDispatcherKit_EventDispatcherKit.plist (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.build/empty-EventDispatcherKit_EventDispatcherKit.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    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/Sources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle (in target 'EventDispatcherKit_EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit_EventDispatcherKit.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle (in target 'Threading_Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading_Threading.bundle
SwiftDriver Threading normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Threading -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DsupportsVisionOS -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name threading -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_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/Threading.build/Debug-iphoneos/Threading.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-B4S8NBP6SMH7DZDCVL1SUOX5F.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-AZ4F116U9BBR7QQ8Y00H6XNCM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-B2AGFYHCP6AY62FIFDBRVZJYJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-1MX1DIX3GBA6YEXI4TCVD1BQP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-A0MB9C4EODCPSUBMK8R65WJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-7MG5IEV9JH4Y9K493YRX302UJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-BC9FRGUQQ1WXQPHPRESWMPAUA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-8WVKIO1H6LYFS2OWFMKFHN6I7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-27ZYHZYTIP3MTU94JPDNAKTQA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-C9L503FJUT2698R1BCEDIXL8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-1SV5KSZ3HIXRXKQ5CG0S6XHAO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-6GEQY1SYU9EA8469HUVSH6GKI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2NADIU3ATO12NB2PWSHBSZCRH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-D4PXSMCQQ39U4GQONHCJU5HCE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-3JDGHY7RF7CT6T7I1LIQCE5DT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-4H7OM1T57MRUN8U1JRWH9BFN5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-C0H70CM7DEMWGD7IGCWQSBPFX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-29PFVI0BC3YJ8YDS9EHAWSCNE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-19SUOPC0ORFQF9M8ZLN9N8PIL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-2G06FYFIHCPYWAB7FWVN6JSJ5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-5D7TO1G4S61ZOUFYKUNCB106X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-F0T3JH5LZWBEEDCWFI9VW1QHD.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-6UNTTRYU9ZYYT1TAKO34B3HO0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-EOBAWVGU4U9K93QMA5PAJO4XC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-NC1K7UMBLE4R583YYKYMI4S6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8XPN9UQBLM24PB7WSDO6QWWHP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-1PE0OLHVPNONNG3TSIQL1C6IN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-D0GI7I3GUUMHI365AAJGE6G0L.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Threading (in target 'Threading' from project 'Threading')
EmitSwiftModule normal arm64 (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Queue+Queueable.swift,\ Queue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queue+Queueable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queue.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queue+Queueable.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queue.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DelayedQueue.swift,\ DispatchTime+Queue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/DelayedQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/DispatchTime+Queue.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/DelayedQueue.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/DispatchTime+Queue.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OSAllocatedUnfairMutex.swift,\ QueueBarrier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/OSAllocatedUnfairMutex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/QueueBarrier.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/OSAllocatedUnfairMutex.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/QueueBarrier.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AtomicValue.swift,\ IsolatedMain.swift,\ NSLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AtomicValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/IsolatedMain.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/NSLock.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AtomicValue.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/IsolatedMain.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/NSLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MutexInitializable.swift,\ LockedValue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/MutexInitializable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/LockedValue.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/MutexInitializable.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/LockedValue.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Semaphore.swift,\ UnfairLock.swift,\ Locking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/Semaphore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/UnfairLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Locking.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/Semaphore.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/UnfairLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Locking.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SyncMutex.swift,\ Mutexing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/SyncMutex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexing.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/SyncMutex.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexing.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSRecursiveLock.swift,\ OSAllocatedUnfairLock.swift,\ PThread.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/NSRecursiveLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/OSAllocatedUnfairLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/PThread.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/NSRecursiveLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/OSAllocatedUnfairLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Lockers/PThread.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ AnyLock.swift,\ AnyMutex.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AnyLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AnyMutex.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/resource_bundle_accessor.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AnyLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AnyMutex.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Queueable.swift,\ USendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queueable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/USendable.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue/Queueable.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/USendable.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Threading (in target 'Threading' from project 'Threading')
SwiftDriver\ Compilation\ Requirements Threading normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Threading -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DsupportsVisionOS -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name threading -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_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/Threading.build/Debug-iphoneos/Threading.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Queueable.swift, USendable.swift (in target 'Threading' from project 'Threading')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Threading-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-Swift.h (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/Threading-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftdoc (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.abi.json (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftsourceinfo (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver EventDispatcherKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EventDispatcherKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling DelayedQueue.swift, DispatchTime+Queue.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling MutexInitializable.swift, LockedValue.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling AtomicValue.swift, IsolatedMain.swift, NSLock.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling SyncMutex.swift, Mutexing.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling Queue+Queueable.swift, Queue.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling Semaphore.swift, UnfairLock.swift, Locking.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling NSRecursiveLock.swift, OSAllocatedUnfairLock.swift, PThread.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, AnyLock.swift, AnyMutex.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling OSAllocatedUnfairMutex.swift, QueueBarrier.swift (in target 'Threading' from project 'Threading')
SwiftDriver\ Compilation Threading normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Threading -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DsupportsVisionOS -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.2.0 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name threading -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_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/Threading.build/Debug-iphoneos/Threading.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-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/Threading.o normal (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -O0 -w -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-26.0.0-Beta.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-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.o
ExtractAppIntentsMetadata (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Threading --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 13.0 --bundle-identifier threading.Threading --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Threading.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-24 07:41:12.500 appintentsmetadataprocessor[910:4887] Starting appintentsmetadataprocessor export
2025-06-24 07:41:12.571 appintentsmetadataprocessor[910:4887] Extracted no relevant App Intents symbols, skipping writing output
SwiftCompile normal arm64 Compiling\ EventProcessor.swift /Users/admin/builder/spi-builder-workspace/Sources/EventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/EventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftEmitModule normal arm64 Emitting\ module\ for\ EventDispatcherKit (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
EmitSwiftModule normal arm64 (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ ConsoleEventProcessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/ConsoleEventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ConsoleEventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Events.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling EventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.o (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.o
SwiftDriverJobDiscovery normal arm64 Compiling TechnicalEvent.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling EventDispatching.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling Event.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling CustomizableEvent.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling EventName.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling EventProcessorName.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for EventDispatcherKit (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriver\ Compilation\ Requirements EventDispatcherKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EventDispatcherKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EventDispatcherKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-Swift.h (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/EventDispatcherKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.abi.json (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftdoc (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftmodule (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftsourceinfo (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling EventDispatcher.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ConsoleEventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriver\ Compilation EventDispatcherKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name EventDispatcherKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk -target arm64-apple-ios13.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 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos26.0-23A5260k-89c966b05cf48e6d712dffa532762295.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-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/EventDispatcherKit.o normal (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.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-26.0.0-Beta.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/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.o
ExtractAppIntentsMetadata (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name EventDispatcherKit --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS26.0.sdk --xcode-version 17A5241e --platform-family iOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.EventDispatcherKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.appintents --target-triple arm64-apple-ios13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/EventDispatcherKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-24 07:41:12.893 appintentsmetadataprocessor[924:4949] Starting appintentsmetadataprocessor export
2025-06-24 07:41:12.935 appintentsmetadataprocessor[924:4949] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.o (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/EventDispatcherKit.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.4",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    },
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/Threading.git"
    }
  ],
  "manifest_display_name" : "EventDispatcherKit",
  "name" : "EventDispatcherKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "EventDispatcherKit",
      "targets" : [
        "EventDispatcherKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EventDispatcherKitTests",
      "module_type" : "SwiftTarget",
      "name" : "EventDispatcherKitTests",
      "path" : "Tests",
      "product_dependencies" : [
        "Threading",
        "SpryKit"
      ],
      "sources" : [
        "EventDispatcherTests.swift",
        "MultiThreadEventDispatcherTests.swift",
        "TestHelpers/CustomizedEvent+TestHelper.swift",
        "TestHelpers/Dictionary+TestHelper.swift",
        "TestHelpers/EventName+TestHelper.swift",
        "TestHelpers/FakeEventProcessor.swift",
        "TestHelpers/FakeMultiThreadEventProcessor.swift",
        "TestHelpers/FakeQueueable.swift"
      ],
      "target_dependencies" : [
        "EventDispatcherKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EventDispatcherKit",
      "module_type" : "SwiftTarget",
      "name" : "EventDispatcherKit",
      "path" : "Sources",
      "product_dependencies" : [
        "Threading"
      ],
      "product_memberships" : [
        "EventDispatcherKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ConsoleEventProcessor.swift",
        "EventDispatcher.swift",
        "EventDispatching.swift",
        "EventProcessor.swift",
        "EventProcessorName.swift",
        "Metric/CustomizableEvent.swift",
        "Metric/Event.swift",
        "Metric/EventName.swift",
        "Metric/Events.swift",
        "Metric/TechnicalEvent.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.