The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of EventDispatcherKit, reference main (3ab80b), with Swift 6.1 for iOS using Xcode 16.3 on 30 Apr 2025 10:54:30 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EventDispatcherKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
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 3ab80ba lil upd dependency
Cloned https://github.com/NikSativa/EventDispatcherKit.git
Revision (git rev-parse @):
3ab80ba31d1027cca5c3c115ed2cbd21d89f362c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/NikSativa/EventDispatcherKit.git at main
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/NikSativa/EventDispatcherKit.git
https://github.com/NikSativa/EventDispatcherKit.git
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    },
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "2.2.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"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
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 ‘swift-syntax’
Checking out 600.0.1 of package ‘swift-syntax’
Creating working copy of package ‘SpryKit’
Checking out 3.0.2 of package ‘SpryKit’
Creating working copy of package ‘CwlCatchException’
Checking out 2.2.1 of package ‘CwlCatchException’
Creating working copy of package ‘CwlPreconditionTesting’
Checking out 2.2.2 of package ‘CwlPreconditionTesting’
Creating working copy of package ‘Threading’
Checking out 2.1.1 of package ‘Threading’
Resolve Package Graph
Resolved source packages:
  EventDispatcherKit: /Users/admin/builder/spi-builder-workspace
  SpryKit: https://github.com/NikSativa/SpryKit.git @ 3.0.2
  CwlCatchException: https://github.com/mattgallagher/CwlCatchException.git @ 2.2.1
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  Threading: https://github.com/NikSativa/Threading.git @ 2.1.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
resolved source packages: EventDispatcherKit, SpryKit, CwlCatchException, swift-syntax, Threading, CwlPreconditionTesting
{
  "dependencies" : [
    {
      "identity" : "sprykit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    },
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "2.2.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-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme EventDispatcherKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme EventDispatcherKit -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
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
  Threading: https://github.com/NikSativa/Threading.git @ 2.1.1
  CwlPreconditionTesting: https://github.com/mattgallagher/CwlPreconditionTesting.git @ 2.2.2
  swift-syntax: https://github.com/apple/swift-syntax.git @ 600.0.1
  SpryKit: https://github.com/NikSativa/SpryKit.git @ 3.0.2
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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: b35e195fdc204b9124b0025675643d95
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b35e195fdc204b9124b0025675643d95.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-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
    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/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/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_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_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/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.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_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.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
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_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
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_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.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/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
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
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
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
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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.1.1 -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
SwiftCompile normal arm64 Compiling\ Barrier.swift,\ NSLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/Barrier.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/NSLock.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/Barrier.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/NSLock.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AnyMutex.swift,\ Atomic.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/AnyMutex.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Atomic.swift (in target 'Threading' from project 'Threading')
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 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Atomic.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/DelayedQueue.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/DispatchTime+Queue.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/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/DispatchTime+Queue.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 /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 (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 Compiling\ IsolatedMain.swift,\ Locking.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/IsolatedMain.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/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/Locking.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PThread.swift,\ Semaphore.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/PThread.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/Semaphore.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/PThread.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/Semaphore.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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\ Unfair.swift,\ Mutexing.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/Unfair.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/Unfair.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\ Queueable.swift,\ UnSendable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queueable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/UnSendable.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/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/UnSendable.swift (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ NSRecursiveLock.swift,\ OSAllocatedUnfairLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/NSRecursiveLock.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/OSAllocatedUnfairLock.swift (in target 'Threading' from project 'Threading')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Mutexes/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/Mutexes/OSAllocatedUnfairLock.swift (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+Queueable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading/Source/Queue.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/Queue.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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.1.1 -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 resource_bundle_accessor.swift, AnyLock.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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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
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\ 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

SwiftDriverJobDiscovery normal arm64 Compiling AnyMutex.swift, Atomic.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling Queue+Queueable.swift, Queue.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling Unfair.swift, Mutexing.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling DelayedQueue.swift, DispatchTime+Queue.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling Queueable.swift, UnSendable.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling IsolatedMain.swift, Locking.swift (in target 'Threading' from project 'Threading')
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\ 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 PThread.swift, Semaphore.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Compiling Barrier.swift, NSLock.swift (in target 'Threading' from project 'Threading')
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

SwiftDriverJobDiscovery normal arm64 Compiling NSRecursiveLock.swift, OSAllocatedUnfairLock.swift (in target 'Threading' from project 'Threading')
SwiftDriverJobDiscovery normal arm64 Emitting module for EventDispatcherKit (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -user-module-version 2.1.1 -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
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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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/Threading.o normal (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Threading.build/Debug-iphoneos/Threading.build/Objects-normal/arm64/Threading.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Threading.o
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
SwiftDriverJobDiscovery normal arm64 Compiling EventProcessor.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
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/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.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/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
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

SwiftDriverJobDiscovery normal arm64 Compiling EventDispatching.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
ExtractAppIntentsMetadata (in target 'Threading' from project 'Threading')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Threading
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Threading --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 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-04-30 03:54:29.862 appintentsmetadataprocessor[989:5066] Starting appintentsmetadataprocessor export
2025-04-30 03:54:29.902 appintentsmetadataprocessor[989:5066] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling TechnicalEvent.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 EventProcessorName.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling EventName.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling Events.swift (in target 'EventDispatcherKit' from project 'EventDispatcherKit')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, ConsoleEventProcessor.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 EventDispatcher.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-16.3.0.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 -stats-output-dir .stats -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios13.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EventDispatcherKit.build/Debug-iphoneos/EventDispatcherKit.build/Objects-normal/arm64/EventDispatcherKit.swiftmodule -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-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name EventDispatcherKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 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-04-30 03:54:29.961 appintentsmetadataprocessor[992:5090] Starting appintentsmetadataprocessor export
2025-04-30 03:54:29.991 appintentsmetadataprocessor[992:5090] 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.2",
            "upper_bound" : "3.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/NikSativa/SpryKit.git"
    },
    {
      "identity" : "threading",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "2.2.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.